diff options
author | Francois Pons <fpons@mandriva.com> | 2002-12-19 16:46:10 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2002-12-19 16:46:10 +0000 |
commit | 75ae54767a126342504cadd2e397089a68b74d67 (patch) | |
tree | 93e7a2c61e8f350d450cdc0e4528afd9972002fb /urpme | |
parent | a89e74f57fa7e9100c280079950d779fe27b58be (diff) | |
download | urpmi-75ae54767a126342504cadd2e397089a68b74d67.tar urpmi-75ae54767a126342504cadd2e397089a68b74d67.tar.gz urpmi-75ae54767a126342504cadd2e397089a68b74d67.tar.bz2 urpmi-75ae54767a126342504cadd2e397089a68b74d67.tar.xz urpmi-75ae54767a126342504cadd2e397089a68b74d67.zip |
4.2-2mdk
Diffstat (limited to 'urpme')
-rw-r--r-- | urpme | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -109,7 +109,7 @@ if ($test && $auto) { @l = $parallel ? $urpm->parallel_remove(\@toremove, test => $test, translate_message => 1) : - $urpm->remove(\@toremove, test => $test, translate_message => 1); + $urpm->install(\@toremove, {}, {}, test => $test, translate_message => 1); @l and $urpm->{fatal}(1, _("Removing failed") . ":\n" . join("\n", map { "\t$_" } @l)); sub toMb { |