diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2008-08-20 16:20:21 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2008-08-20 16:20:21 +0000 |
commit | bdb89958a051bd442da2ad2862f974b0c4d4400c (patch) | |
tree | d6db234f4d903eb5a966ff16964e019509825df9 /urpm/select.pm | |
parent | 51bab95254b7a90adf5ea229c1c104ebd833b948 (diff) | |
download | urpmi-bdb89958a051bd442da2ad2862f974b0c4d4400c.tar urpmi-bdb89958a051bd442da2ad2862f974b0c4d4400c.tar.gz urpmi-bdb89958a051bd442da2ad2862f974b0c4d4400c.tar.bz2 urpmi-bdb89958a051bd442da2ad2862f974b0c4d4400c.tar.xz urpmi-bdb89958a051bd442da2ad2862f974b0c4d4400c.zip |
cleanup
Diffstat (limited to 'urpm/select.pm')
-rw-r--r-- | urpm/select.pm | 2 |
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 { $_ |