diff options
author | Francois Pons <fpons@mandriva.com> | 2003-04-24 10:06:40 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2003-04-24 10:06:40 +0000 |
commit | f15b9910503bc8223f6b4eda600f9a4822cd2126 (patch) | |
tree | 2adc8d33f7d4114fb0445ac808dc8f188c7e75e7 /urpm.pm | |
parent | a505ac7724215dd08fc4ae17fdd2577469c06117 (diff) | |
download | urpmi-f15b9910503bc8223f6b4eda600f9a4822cd2126.tar urpmi-f15b9910503bc8223f6b4eda600f9a4822cd2126.tar.gz urpmi-f15b9910503bc8223f6b4eda600f9a4822cd2126.tar.bz2 urpmi-f15b9910503bc8223f6b4eda600f9a4822cd2126.tar.xz urpmi-f15b9910503bc8223f6b4eda600f9a4822cd2126.zip |
4.3-7mdk
Diffstat (limited to 'urpm.pm')
-rw-r--r-- | urpm.pm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -223,7 +223,7 @@ sub sync_curl { open CURL, join(" ", map { "'$_'" } "/usr/bin/curl", (ref($options) && $options->{limit_rate} ? ("--limit-rate", $options->{limit_rate}) : ()), (ref($options) && $options->{proxy} ? set_proxy({ type => "curl", proxy => $options->{proxy} }) : ()) . - "-s", "-I", @ftp_files) . " |"; + "--stderr", "-", "-s", "-I", @ftp_files) . " |"; while (<CURL>) { if (/Content-Length:\s*(\d+)/) { !$cur_ftp_file || exists($ftp_files_info{$cur_ftp_file}{size}) and $cur_ftp_file = shift @ftp_files; |