summaryrefslogtreecommitdiffstats
path: root/urpmf
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2005-10-13 16:17:21 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2005-10-13 16:17:21 +0000
commitf2ae9b46f8484506878ccd51f10349b1864427a8 (patch)
treeff9cb3159382f7d6246005195eb227a3fce7bf25 /urpmf
parent2b60c7d5ea047284ad108b08c19b59366ca5f0ed (diff)
downloadurpmi-f2ae9b46f8484506878ccd51f10349b1864427a8.tar
urpmi-f2ae9b46f8484506878ccd51f10349b1864427a8.tar.gz
urpmi-f2ae9b46f8484506878ccd51f10349b1864427a8.tar.bz2
urpmi-f2ae9b46f8484506878ccd51f10349b1864427a8.tar.xz
urpmi-f2ae9b46f8484506878ccd51f10349b1864427a8.zip
Be always 'quiet'
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";