From 22ca3eb88216cc4961924c4cddea90fced46968b Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 7 Nov 2006 09:06:30 +0000 Subject: fix typo --- urpmf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'urpmf') 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') { -- cgit v1.2.1