summaryrefslogtreecommitdiffstats
path: root/urpmq
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2002-08-27 11:53:11 +0000
committerFrancois Pons <fpons@mandriva.com>2002-08-27 11:53:11 +0000
commitf81bbee311b3be991a13a2aaa3bef8183294e8b2 (patch)
tree526b508e5b91bc2153147f1273935719a7b2cdec /urpmq
parent6987d4315ab303a662f93c982795ac1d47c76ba6 (diff)
downloadurpmi-f81bbee311b3be991a13a2aaa3bef8183294e8b2.tar
urpmi-f81bbee311b3be991a13a2aaa3bef8183294e8b2.tar.gz
urpmi-f81bbee311b3be991a13a2aaa3bef8183294e8b2.tar.bz2
urpmi-f81bbee311b3be991a13a2aaa3bef8183294e8b2.tar.xz
urpmi-f81bbee311b3be991a13a2aaa3bef8183294e8b2.zip
4.0-5mdk
Diffstat (limited to 'urpmq')
-rwxr-xr-xurpmq2
1 files changed, 1 insertions, 1 deletions
diff --git a/urpmq b/urpmq
index 0df80787..386b3642 100755
--- a/urpmq
+++ b/urpmq
@@ -81,7 +81,7 @@ for (@ARGV) {
/^--media$/ and do { push @nextargv, \$query->{media}; next };
/^--mediums$/ and do { push @nextargv, \$query->{media}; next };
/^--synthesis$/ and do { push @nextargv, \$query->{synthesis}; next };
- /^--auto-select$/ and do { $query->{upgrade} = $query->{auto_select} = 1; next };
+ /^--auto-select$/ and do { $query->{deps} = $query->{upgrade} = $query->{auto_select} = 1; next };
/^--fuzzy$/ and do { $query->{fuzzy} = 1; next };
/^--list$/ and do { $query->{list} = 1; next };
/^--src$/ and do { $query->{src} = 1; next };