aboutsummaryrefslogtreecommitdiffstats
path: root/copypage.pl
diff options
context:
space:
mode:
authorJavier Fernandez-Sanguino Peña <jfs>2010-10-15 21:45:34 +0000
committerJavier Fernandez-Sanguino Peña <jfs>2010-10-15 21:45:34 +0000
commitd65ca5b987e8a42023b94d53bc721fc743b437d1 (patch)
treedd739d75059ea39d9803730b950ab5f0da7c1105 /copypage.pl
parenta9fadb7638571555bf5e063cf1f5cde619e63570 (diff)
Make sure we use english locale so that we can interpret properly the output
CVS version numbers copypage.pl: 1.33 -> 1.34
Diffstat (limited to 'copypage.pl')
-rwxr-xr-xcopypage.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/copypage.pl b/copypage.pl
index 6669aedfb97..af6c28174b9 100755
--- a/copypage.pl
+++ b/copypage.pl
@@ -336,7 +336,7 @@ sub find_files_attic
# Run 'cvs status'. Unfortunately, this is the only way
# to look for files in the Attic
- system "cvs status '$file' >$tmpfile 2>&1";
+ system "LC_ALL=C cvs status '$file' >$tmpfile 2>&1";
# If CVS does not return an error then there is a file in CVS
# even if $dstfile is not in the filesystem

© 2014-2024 Faster IT GmbH | imprint | privacy policy