summaryrefslogtreecommitdiffstats
path: root/urpme
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2003-02-24 15:36:06 +0000
committerFrancois Pons <fpons@mandriva.com>2003-02-24 15:36:06 +0000
commita7fcf9a502396358d2742eb9ea42f989ed5c6889 (patch)
treed98a77b8eb6e0dfebcfd0d2dd88c7cf09a3a2b4b /urpme
parentd486a9d35b0f3fd030438938c713138ff838e015 (diff)
downloadurpmi-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--urpme2
1 files changed, 1 insertions, 1 deletions
diff --git a/urpme b/urpme
index 5c7b4d77..0216393a 100644
--- a/urpme
+++ b/urpme
@@ -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;