From 5c333601ac88827fe138450cd2282fdfda309b59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Lefebvre?= Date: Wed, 10 Sep 2008 12:10:17 +0000 Subject: - fix locale problem with aria2 --- urpm/download.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'urpm') 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); -- cgit v1.2.1