summaryrefslogtreecommitdiffstats
path: root/urpmi
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2003-06-19 14:25:18 +0000
committerFrancois Pons <fpons@mandriva.com>2003-06-19 14:25:18 +0000
commit6ccf6ba7debe8f7761d37ae5b8e32bad5e46b6e0 (patch)
treee64e7b0bccaaa9d30d1d8925f433b1c6ac76d31f /urpmi
parent5f7858e393290836dab05a68373ec00511a9bd3b (diff)
downloadurpmi-6ccf6ba7debe8f7761d37ae5b8e32bad5e46b6e0.tar
urpmi-6ccf6ba7debe8f7761d37ae5b8e32bad5e46b6e0.tar.gz
urpmi-6ccf6ba7debe8f7761d37ae5b8e32bad5e46b6e0.tar.bz2
urpmi-6ccf6ba7debe8f7761d37ae5b8e32bad5e46b6e0.tar.xz
urpmi-6ccf6ba7debe8f7761d37ae5b8e32bad5e46b6e0.zip
4.4-5mdk
Diffstat (limited to 'urpmi')
-rwxr-xr-xurpmi2
1 files changed, 1 insertions, 1 deletions
diff --git a/urpmi b/urpmi
index 034c7ed3..418100d6 100755
--- a/urpmi
+++ b/urpmi
@@ -732,7 +732,7 @@ if ($nok) {
if ($test) {
message(N("Installation is possible"));
} else {
- @{$state->{transaction} || []} == 1 && $verbose >= 0 and message(N("Everything already installed"), $auto);
+ @{$state->{transaction} || []} == 0 && $verbose >= 0 and message(N("Everything already installed"), $auto);
}
}