diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2008-08-20 16:21:05 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2008-08-20 16:21:05 +0000 |
commit | 153d33e90afb6608679804e9a8e79a6e9c0e2ba7 (patch) | |
tree | 2d325f481cf02730947d8c9d7bdfb7733d033c6d | |
parent | bdb89958a051bd442da2ad2862f974b0c4d4400c (diff) | |
download | urpmi-153d33e90afb6608679804e9a8e79a6e9c0e2ba7.tar urpmi-153d33e90afb6608679804e9a8e79a6e9c0e2ba7.tar.gz urpmi-153d33e90afb6608679804e9a8e79a6e9c0e2ba7.tar.bz2 urpmi-153d33e90afb6608679804e9a8e79a6e9c0e2ba7.tar.xz urpmi-153d33e90afb6608679804e9a8e79a6e9c0e2ba7.zip |
cleanup
-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}); } |