aboutsummaryrefslogtreecommitdiffstats
path: root/Rpmdrake
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2007-03-15 20:12:04 +0000
committerThierry Vignaud <tv@mandriva.org>2007-03-15 20:12:04 +0000
commit17e7d99c175bdd5a0d97daa0140d501f9da9d13a (patch)
tree5cbc1a5e50457c2270666fc9fda089ffbc3bd5cb /Rpmdrake
parentfaa9418d0532c1ef9fa69b91f2a2b45fa8ad178e (diff)
downloadrpmdrake-17e7d99c175bdd5a0d97daa0140d501f9da9d13a.tar
rpmdrake-17e7d99c175bdd5a0d97daa0140d501f9da9d13a.tar.gz
rpmdrake-17e7d99c175bdd5a0d97daa0140d501f9da9d13a.tar.bz2
rpmdrake-17e7d99c175bdd5a0d97daa0140d501f9da9d13a.tar.xz
rpmdrake-17e7d99c175bdd5a0d97daa0140d501f9da9d13a.zip
(get_pkgs) revert a bogus change that went in r144310
Diffstat (limited to 'Rpmdrake')
-rwxr-xr-xRpmdrake/pkg.pm2
1 files changed, 1 insertions, 1 deletions
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.