From 17e7d99c175bdd5a0d97daa0140d501f9da9d13a Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 15 Mar 2007 20:12:04 +0000 Subject: (get_pkgs) revert a bogus change that went in r144310 --- Rpmdrake/pkg.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rpmdrake/pkg.pm b/Rpmdrake/pkg.pm index 9767f0c4..1fb02f04 100755 --- a/Rpmdrake/pkg.pm +++ b/Rpmdrake/pkg.pm @@ -214,7 +214,7 @@ sub get_pkgs { if (@update_medias > 0) { if (!$opts->{skip_updating_mu} && !$is_update_media_already_asked) { $is_update_media_already_asked = 1; - $ask_confirmation and interactive_msg_with_banner(N("Confirmation"), + $::options{'no-confirmation'} or interactive_msg_with_banner(N("Confirmation"), N("I need to contact the mirror to get latest update packages. Please check that your network is currently running. -- cgit v1.2.1