summaryrefslogtreecommitdiffstats
path: root/urpmi
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2001-03-26 13:39:58 +0000
committerFrancois Pons <fpons@mandriva.com>2001-03-26 13:39:58 +0000
commit8500b9980c2778fbce2fcb050d1049cee81809f8 (patch)
tree17e5cb204fb20ca49ddbc7d1fc338f3c75f99501 /urpmi
parentf09adc5ead5dfa93ea5c46086c4a6540600302fb (diff)
downloadurpmi-8500b9980c2778fbce2fcb050d1049cee81809f8.tar
urpmi-8500b9980c2778fbce2fcb050d1049cee81809f8.tar.gz
urpmi-8500b9980c2778fbce2fcb050d1049cee81809f8.tar.bz2
urpmi-8500b9980c2778fbce2fcb050d1049cee81809f8.tar.xz
urpmi-8500b9980c2778fbce2fcb050d1049cee81809f8.zip
*** empty log message ***
Diffstat (limited to 'urpmi')
-rwxr-xr-xurpmi2
1 files changed, 1 insertions, 1 deletions
diff --git a/urpmi b/urpmi
index a47e12e5..64a0c3e5 100755
--- a/urpmi
+++ b/urpmi
@@ -80,7 +80,7 @@ my @nextargv;
for (@ARGV) {
/^--help$/ and do { usage; next };
/^--auto$/ and do { $auto = 1; next };
- /^--auto-select$/ and do { $auto_select = 1; next };
+ /^--auto-select$/ and do { $auto_select = 1; $minimal = 0; next };
/^--force$/ and do { $force = 1; next };
/^--X$/ and do { $X = 1; next };
/^--best-output$/ and do { $X ||= $ENV{DISPLAY} && system('/usr/X11R6/bin/xtest', '') == 0; next };