Skip to content

Commit

Permalink
Item924: adjust LC_ALL environment variable to C, so svn always retur…
Browse files Browse the repository at this point in the history
…n messages in English

git-svn-id: http://svn.foswiki.org/trunk@2269 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
GilmarSantosJr authored and GilmarSantosJr committed Jan 31, 2009
1 parent d20b0b5 commit e68c7f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions BuildContrib/lib/Foswiki/Contrib/Build.pm
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ my @compressFilters = (

my @tidyFilters = ( { RE => qr/\.pl$/ }, { RE => qr/\.pm$/ }, );

$ENV{'LC_ALL'} = 'C';

sub _findRelativeTo {
my ( $startdir, $name ) = @_;

Expand Down

0 comments on commit e68c7f6

Please sign in to comment.