diff options
author | Francois Pons <fpons@mandriva.com> | 2003-09-01 15:04:47 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2003-09-01 15:04:47 +0000 |
commit | ec04ec9fa3ed515367718e37c9129563ba072b67 (patch) | |
tree | 1a6955883bfe5c90f221f839a356b0f868f7402a | |
parent | bc67256c120e1bb8533e5de6618771d09108f972 (diff) | |
download | urpmi-ec04ec9fa3ed515367718e37c9129563ba072b67.tar urpmi-ec04ec9fa3ed515367718e37c9129563ba072b67.tar.gz urpmi-ec04ec9fa3ed515367718e37c9129563ba072b67.tar.bz2 urpmi-ec04ec9fa3ed515367718e37c9129563ba072b67.tar.xz urpmi-ec04ec9fa3ed515367718e37c9129563ba072b67.zip |
fixed bad printing of Everything al...
-rwxr-xr-x | urpmi | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -782,7 +782,8 @@ if ($nok) { if ($test) { message(N("Installation is possible")); } elsif (@names || @src_names || @files || @src_files || $auto_select) { - @{$state->{transaction} || []} == 0 && $verbose >= 0 and message(N("Everything already installed"), $auto); + @{$state->{transaction} || []} == 0 && @ask_unselect == 0 && $verbose >= 0 and + message(N("Everything already installed"), $auto); } } |