From bdb89958a051bd442da2ad2862f974b0c4d4400c Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 20 Aug 2008 16:20:21 +0000 Subject: cleanup --- urpm/select.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'urpm/select.pm') 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 { $_ -- cgit v1.2.1