diff options
Diffstat (limited to 'urpm/select.pm')
-rw-r--r-- | urpm/select.pm | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/urpm/select.pm b/urpm/select.pm index b8dcaae7..eb8587ed 100644 --- a/urpm/select.pm +++ b/urpm/select.pm @@ -144,9 +144,7 @@ sub _search_packages { $exact{$v} = join('|', map { $_->id } @l); next; } - } - - if ($options{use_provides} && $options{fuzzy}) { + } elsif ($options{use_provides}) { _findindeps($urpm, \%found, $qv, $v, $options{caseinsensitive}, $options{src}); } |