summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2003-06-18 12:36:14 +0000
committerFrancois Pons <fpons@mandriva.com>2003-06-18 12:36:14 +0000
commit4040ecebd0a7c56ce722109e57772ccc2191d2a6 (patch)
treed17160e7c1cf010a6943767f63857d8e33e56e5e
parent29fd4fdafbcb730edc6cd5fd8b58db0aa83fd654 (diff)
downloadurpmi-4040ecebd0a7c56ce722109e57772ccc2191d2a6.tar
urpmi-4040ecebd0a7c56ce722109e57772ccc2191d2a6.tar.gz
urpmi-4040ecebd0a7c56ce722109e57772ccc2191d2a6.tar.bz2
urpmi-4040ecebd0a7c56ce722109e57772ccc2191d2a6.tar.xz
urpmi-4040ecebd0a7c56ce722109e57772ccc2191d2a6.zip
added missing number of transaction which failed.
-rwxr-xr-xurpmi2
1 files changed, 1 insertions, 1 deletions
diff --git a/urpmi b/urpmi
index cd6fa4ad..74b9094d 100755
--- a/urpmi
+++ b/urpmi
@@ -726,7 +726,7 @@ foreach my $set (@{$state->{transaction} || []}) {
}
$X and gurpm::end();
if ($nok) {
- $nok > 1 and message(N("%d installation transactions failed"));
+ $nok > 1 and message(N("%d installation transactions failed", $nok));
} else {
if ($test) {
message(N("Installation is possible"));