From 60a00bc85d4f5858e29a96956987427fb0bb4cca Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 3 Mar 2008 16:18:51 +0000 Subject: (parse_command_line) fix --auto-select option that got broken in r238215 ("fix --auto-select option" (was for main_loop)) --- gurpmi.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gurpmi.pm b/gurpmi.pm index 66899af1..63c1c6cd 100644 --- a/gurpmi.pm +++ b/gurpmi.pm @@ -81,7 +81,7 @@ sub parse_command_line() { } } - $options{'auto-select'} || @all_rpms + @names + $::auto_select || @all_rpms + @names or fatal(N("No packages specified")); return @all_rpms; } -- cgit v1.2.1