summaryrefslogtreecommitdiffstats
path: root/urpmi
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2008-11-14 15:14:00 +0000
committerPascal Rigaux <pixel@mandriva.com>2008-11-14 15:14:00 +0000
commit830d5819dd6280d8133342d700a26b4f6ee9ec56 (patch)
tree785973af01ee18d57619009c54bf209ad616a133 /urpmi
parente288867b461c26c3d9de1f258d50cb7cf72a26d7 (diff)
downloadurpmi-830d5819dd6280d8133342d700a26b4f6ee9ec56.tar
urpmi-830d5819dd6280d8133342d700a26b4f6ee9ec56.tar.gz
urpmi-830d5819dd6280d8133342d700a26b4f6ee9ec56.tar.bz2
urpmi-830d5819dd6280d8133342d700a26b4f6ee9ec56.tar.xz
urpmi-830d5819dd6280d8133342d700a26b4f6ee9ec56.zip
- urpmi
o in --auto, do not allow to install a package substring match (you can use -a to force it)
Diffstat (limited to 'urpmi')
-rwxr-xr-xurpmi1
1 files changed, 1 insertions, 0 deletions
diff --git a/urpmi b/urpmi
index 6e50cb07..e9e2be6a 100755
--- a/urpmi
+++ b/urpmi
@@ -388,6 +388,7 @@ if (@names) {
all => $all,
use_provides => $use_provides,
fuzzy => $urpm->{options}{fuzzy},
+ no_substring => $urpm->{options}{auto}, # do not allow substring match if we can't prompt the user
) || $force or exit 1;
if (%requested) {