diff options
author | Christophe Fergeau <cfergeau@mandriva.com> | 2009-07-30 13:16:04 +0000 |
---|---|---|
committer | Christophe Fergeau <cfergeau@mandriva.com> | 2009-07-30 13:16:04 +0000 |
commit | 9c692705a7df1d92e5e0f3c4aa2453bf0bdab170 (patch) | |
tree | ac5564422c3ac9a116d9c2d98d6a4d8495ebe372 /urpm/dudf.pm | |
parent | acbc56d621004e5ea6588391f9822dfc4347a8fe (diff) | |
download | urpmi-9c692705a7df1d92e5e0f3c4aa2453bf0bdab170.tar urpmi-9c692705a7df1d92e5e0f3c4aa2453bf0bdab170.tar.gz urpmi-9c692705a7df1d92e5e0f3c4aa2453bf0bdab170.tar.bz2 urpmi-9c692705a7df1d92e5e0f3c4aa2453bf0bdab170.tar.xz urpmi-9c692705a7df1d92e5e0f3c4aa2453bf0bdab170.zip |
slight clean-up in wget downloading handling
Diffstat (limited to 'urpm/dudf.pm')
-rw-r--r-- | urpm/dudf.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/urpm/dudf.pm b/urpm/dudf.pm index f03e35be..8a8aec49 100644 --- a/urpm/dudf.pm +++ b/urpm/dudf.pm @@ -275,7 +275,7 @@ sub upload_dudf { "-F id=" . $self->{dudf_uid}, $self->{upload_url}, ); - urpm::download::_curl_action($cmd, $options, @l, "upload", $cwd); + urpm::download::_curl_action($cmd, $options, @l, 1); unlink $self->{dudf_file} . ".gz"; unlink $self->{dudf_file}; print N("\nYou can see your DUDF report at the following URL :\n\t"); |