From d65ca5b987e8a42023b94d53bc721fc743b437d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Fernandez-Sanguino=20Pe=C3=B1a?= Date: Fri, 15 Oct 2010 21:45:34 +0000 Subject: Make sure we use english locale so that we can interpret properly the output CVS version numbers copypage.pl: 1.33 -> 1.34 --- copypage.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'copypage.pl') 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 -- cgit v1.2.3