summaryrefslogtreecommitdiffstats
path: root/urpm
diff options
context:
space:
mode:
Diffstat (limited to 'urpm')
-rw-r--r--urpm/select.pm4
1 files changed, 1 insertions, 3 deletions
diff --git a/urpm/select.pm b/urpm/select.pm
index 416c2fd7..553353d5 100644
--- a/urpm/select.pm
+++ b/urpm/select.pm
@@ -178,14 +178,12 @@ sub _search_packages {
if (!$options{fuzzy}) {
if ($pack eq $v) {
$exact{$v} = $id;
- next;
} elsif ($pack_a eq $v) {
push @{$exact_a{$v}}, $id;
- next;
} elsif ($pack_ra eq $v || $options{src} && $pack_name eq $v) {
push @{$exact_ra{$v}}, $id;
- next;
}
+ next;
}
if ($pack =~ /$qv/) {
next if member($pack, @found);