summaryrefslogtreecommitdiffstats
path: root/urpm/download.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-09-08 08:30:07 +0000
committerThierry Vignaud <tv@mageia.org>2012-09-08 08:30:07 +0000
commit10950fee75c10b2fabf66f45e21c3ede005e3e4a (patch)
tree0bb0b5928513414cfb1c910d038433a0d5812e0e /urpm/download.pm
parent4c49f04ba3b17252677c6e5f905465957c97ef6e (diff)
downloadurpmi-10950fee75c10b2fabf66f45e21c3ede005e3e4a.tar
urpmi-10950fee75c10b2fabf66f45e21c3ede005e3e4a.tar.gz
urpmi-10950fee75c10b2fabf66f45e21c3ede005e3e4a.tar.bz2
urpmi-10950fee75c10b2fabf66f45e21c3ede005e3e4a.tar.xz
urpmi-10950fee75c10b2fabf66f45e21c3ede005e3e4a.zip
perl_checker cleanup
Diffstat (limited to 'urpm/download.pm')
-rw-r--r--urpm/download.pm2
1 files changed, 1 insertions, 1 deletions
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;