summaryrefslogtreecommitdiffstats
path: root/urpmf
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2006-11-07 09:06:30 +0000
committerPascal Rigaux <pixel@mandriva.com>2006-11-07 09:06:30 +0000
commit22ca3eb88216cc4961924c4cddea90fced46968b (patch)
tree267df0f774148be59ce42d13692e31b5bed14860 /urpmf
parent0ebedbbeec33581b997708dc46cb5f60ffcb4c9a (diff)
downloadurpmi-22ca3eb88216cc4961924c4cddea90fced46968b.tar
urpmi-22ca3eb88216cc4961924c4cddea90fced46968b.tar.gz
urpmi-22ca3eb88216cc4961924c4cddea90fced46968b.tar.bz2
urpmi-22ca3eb88216cc4961924c4cddea90fced46968b.tar.xz
urpmi-22ca3eb88216cc4961924c4cddea90fced46968b.zip
fix typo
Diffstat (limited to 'urpmf')
-rwxr-xr-xurpmf2
1 files changed, 1 insertions, 1 deletions
diff --git a/urpmf b/urpmf
index 5aa94159..b74fd1f1 100755
--- a/urpmf
+++ b/urpmf
@@ -124,7 +124,7 @@ my %usedtags;
(my $proto = $qf) =~ s/%([-\d]*)(\w+)/%${1}s/g;
my $sprintfargs = join(', ', map {
- $usedtags{$1} = 1;
+ $usedtags{$_} = 1;
if ($_ eq 'media') {
'$urpm::currentmedia->{name}';
} elsif ($_ eq 'fullname') {