Skip to content

Commit

Permalink
Set LC_MESSAGES to "C" to avoid errors parsing "svn info".
Browse files Browse the repository at this point in the history
  • Loading branch information
Infinoid committed Jul 29, 2010
1 parent 6533fc8 commit 703fb0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/App/SVN/Bisect.pm
Expand Up @@ -82,6 +82,7 @@ sub new {
unless -f $metadata;
$$self{config} = Load(io($metadata)->all);
}
$ENV{LC_MESSAGES} = 'C';
return bless($self, $package);
}

Expand Down

0 comments on commit 703fb0f

Please sign in to comment.