From 10950fee75c10b2fabf66f45e21c3ede005e3e4a Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Sat, 8 Sep 2012 08:30:07 +0000 Subject: perl_checker cleanup --- urpm/download.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'urpm/download.pm') diff --git a/urpm/download.pm b/urpm/download.pm index 9e3a4882..9f9624d6 100644 --- a/urpm/download.pm +++ b/urpm/download.pm @@ -515,7 +515,7 @@ sub sync_curl { "--stderr", "-", # redirect everything to stdout @all_files); $options->{debug} and $options->{debug}($cmd); - $result = _curl_action($cmd,$options,@l); + $result = _curl_action($cmd, $options, @l); } chdir $cwd; $result; -- cgit v1.2.1