]> granicus.if.org Git - postgis/commitdiff
Handle French svn?
authorPaul Ramsey <pramsey@cleverelephant.ca>
Wed, 8 Feb 2012 19:09:39 +0000 (19:09 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Wed, 8 Feb 2012 19:09:39 +0000 (19:09 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@9110 b70326c6-7e19-0410-871a-916f4a2858ee

utils/svn_repo_revision.pl

index b574dd7a5c8bf71716f9e28a4ee1b64b6cda53fd..c4f2aa64a1aa695396e58150862c2d20cb2594c7 100644 (file)
@@ -1,5 +1,7 @@
 #!/usr/bin/perl
 
+$ENV{"LC_ALL"} = "C";
+
 use Cwd;
 my $cwd = &Cwd::cwd();