summaryrefslogtreecommitdiffstats
path: root/urpm/select.pm
diff options
context:
space:
mode:
Diffstat (limited to 'urpm/select.pm')
-rw-r--r--urpm/select.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/urpm/select.pm b/urpm/select.pm
index 0bca73ec..b8dcaae7 100644
--- a/urpm/select.pm
+++ b/urpm/select.pm
@@ -109,7 +109,7 @@ sub _search_packages {
my $qv = quotemeta $v;
$qv = '(?i)' . $qv if $options{caseinsensitive};
- unless ($options{fuzzy}) {
+ if (!$options{fuzzy}) {
#- try to search through provides.
if (my @l = map {
$_