summaryrefslogtreecommitdiffstats
path: root/urpmi
diff options
context:
space:
mode:
Diffstat (limited to 'urpmi')
-rwxr-xr-xurpmi2
1 files changed, 1 insertions, 1 deletions
diff --git a/urpmi b/urpmi
index d0da2caf..631b818b 100755
--- a/urpmi
+++ b/urpmi
@@ -839,7 +839,7 @@ if ($nok) {
N("Package %s is already installed",join(', ', @installed))
: N("Packages %s are already installed", join(', ', @installed));
my @msg2 = @error == 0 ? () :
- (@errors == 1) ?
+ (@error == 1) ?
N("Package %s can not be installed", join(', ', @error))
: N("Packages %s can not be installed", join(', ', @error));
print join("\n", @msg1, @msg2, '');