From 09578d2580b5d61e4e55065dee1daff93e6d3f42 Mon Sep 17 00:00:00 2001 From: Paul Ramsey Date: Wed, 8 Feb 2012 19:09:39 +0000 Subject: [PATCH] Handle French svn? git-svn-id: http://svn.osgeo.org/postgis/trunk@9110 b70326c6-7e19-0410-871a-916f4a2858ee --- utils/svn_repo_revision.pl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/utils/svn_repo_revision.pl b/utils/svn_repo_revision.pl index b574dd7a5..c4f2aa64a 100644 --- a/utils/svn_repo_revision.pl +++ b/utils/svn_repo_revision.pl @@ -1,5 +1,7 @@ #!/usr/bin/perl +$ENV{"LC_ALL"} = "C"; + use Cwd; my $cwd = &Cwd::cwd(); -- 2.50.1