diff options
Diffstat (limited to 'urpm')
-rw-r--r-- | urpm/download.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/urpm/download.pm b/urpm/download.pm index a93ea71c..fb5a508a 100644 --- a/urpm/download.pm +++ b/urpm/download.pm @@ -628,6 +628,7 @@ sub sync_aria2 { $options->{debug} and $options->{debug}($aria2c_command); + local $ENV{LC_ALL} = 'C'; my $aria2_pid = open(my $aria2, "$aria2c_command |"); my ($buf, $_total, $file) = ('', undef, undef); |