summaryrefslogtreecommitdiffstats
path: root/urpme
diff options
context:
space:
mode:
Diffstat (limited to 'urpme')
-rw-r--r--urpme2
1 files changed, 1 insertions, 1 deletions
diff --git a/urpme b/urpme
index 8442e4a7..d8244f49 100644
--- a/urpme
+++ b/urpme
@@ -189,7 +189,7 @@ if (@toremove > @l && !$auto) {
$sum += $state->{ask_remove}{$_}{size};
}
my $msg = _("To satisfy dependencies, the following packages are going to be removed (%d MB)", toMb($sum));
- print STDOUT "$msg:\n@toremove\n$askok" . _(" (Y/n) ");
+ print STDOUT "$msg:\n" . join("\n", sort { $a cmp $b } @toremove) . "\n$askok" . _(" (Y/n) ");
<STDIN> =~ /[$noexpr]/ and exit 0;
}