diff options
author | Francois Pons <fpons@mandriva.com> | 2003-02-24 15:36:06 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2003-02-24 15:36:06 +0000 |
commit | a7fcf9a502396358d2742eb9ea42f989ed5c6889 (patch) | |
tree | d98a77b8eb6e0dfebcfd0d2dd88c7cf09a3a2b4b /urpme | |
parent | d486a9d35b0f3fd030438938c713138ff838e015 (diff) | |
download | urpmi-a7fcf9a502396358d2742eb9ea42f989ed5c6889.tar urpmi-a7fcf9a502396358d2742eb9ea42f989ed5c6889.tar.gz urpmi-a7fcf9a502396358d2742eb9ea42f989ed5c6889.tar.bz2 urpmi-a7fcf9a502396358d2742eb9ea42f989ed5c6889.tar.xz urpmi-a7fcf9a502396358d2742eb9ea42f989ed5c6889.zip |
4.2-23mdk
Diffstat (limited to 'urpme')
-rw-r--r-- | urpme | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -110,7 +110,7 @@ if ($test && $auto) { @l = $parallel ? $urpm->parallel_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)); +@l and $urpm->{fatal}(2, _("Removing failed") . ":\n" . join("\n", map { "\t$_" } @l)); sub toMb { my $nb = $_[0] / 1024 / 1024; |