From 153d33e90afb6608679804e9a8e79a6e9c0e2ba7 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 20 Aug 2008 16:21:05 +0000 Subject: cleanup --- urpm/select.pm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'urpm') 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}); } -- cgit v1.2.1