summaryrefslogtreecommitdiffstats
path: root/urpmf
diff options
context:
space:
mode:
Diffstat (limited to 'urpmf')
-rwxr-xr-xurpmf2
1 files changed, 1 insertions, 1 deletions
diff --git a/urpmf b/urpmf
index 7ef738a0..2dbe7636 100755
--- a/urpmf
+++ b/urpmf
@@ -119,7 +119,7 @@ foreach my $tag (qw(
my $fi = $tag eq 'media' ? '$urpm::currentmedia->{name}' : '$pkg->' . $tag;
$callback .= '
foreach my $e (' . $fi . ') {
- local $_ = $pkg->' . $full . 'name.":' . $tag . ':$e";
+ local $_ = $pkg->' . $full . 'name.":$e";
' . $expr . ' or next;
' . ($uniq && 'exists $uniq{$_} and next; $uniq{$_} = undef;
') . 'print "$_\n";