]> git.pld-linux.org Git - packages/perl-App-SVN-Bisect.git/blob - perl-App-SVN-Bisect-locale.patch
- bisect assumes english messages during svn-results parsing.
[packages/perl-App-SVN-Bisect.git] / perl-App-SVN-Bisect-locale.patch
1 diff -Nur App-SVN-Bisect-1.0.ori/lib/App/SVN/Bisect.pm App-SVN-Bisect-1.0.mod/lib/App/SVN/Bisect.pm
2 --- App-SVN-Bisect-1.0.ori/lib/App/SVN/Bisect.pm        2009-12-04 16:57:40.000000000 +0100
3 +++ App-SVN-Bisect-1.0.mod/lib/App/SVN/Bisect.pm        2010-05-16 14:09:57.994672721 +0200
4 @@ -476,6 +476,8 @@
5  sub cmd {
6      my ($self, $cmd) = @_;
7      $self->verbose("Running: $cmd\n");
8 +    local $ENV;
9 +    $ENV{LC_ALL}='C';
10      my $output = qx($cmd);
11      my $rv = $? >> 8;
12      if($rv) {
This page took 0.795252 seconds and 4 git commands to generate.