From 952c99610d94ad90c543abd2ae9863f17e3d3470 Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Mon, 1 Sep 2003 12:26:43 +0000 Subject: fixed uyrpmi --auto-select saying nothing if nothing has to be updated. --- urpmi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/urpmi b/urpmi index de176ccb..b4205bea 100755 --- a/urpmi +++ b/urpmi @@ -781,7 +781,7 @@ if ($nok) { } else { if ($test) { message(N("Installation is possible")); - } elsif (@names || @src_names || @files || @src_files) { + } elsif (@names || @src_names || @files || @src_files || $auto_select) { @{$state->{transaction} || []} == 0 && $verbose >= 0 and message(N("Everything already installed"), $auto); } } -- cgit v1.2.1