summaryrefslogtreecommitdiffstats
path: root/urpmf
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2007-09-27 07:48:37 +0000
committerPascal Rigaux <pixel@mandriva.com>2007-09-27 07:48:37 +0000
commit9237fafda22ac56868f893e7bec717adf794035e (patch)
tree4fecd19a0660830d208abd3255e0c4e542ec2d9c /urpmf
parente77514efe5849336ef3c3e89576f11b5c02e8903 (diff)
downloadurpmi-9237fafda22ac56868f893e7bec717adf794035e.tar
urpmi-9237fafda22ac56868f893e7bec717adf794035e.tar.gz
urpmi-9237fafda22ac56868f893e7bec717adf794035e.tar.bz2
urpmi-9237fafda22ac56868f893e7bec717adf794035e.tar.xz
urpmi-9237fafda22ac56868f893e7bec717adf794035e.zip
fix previous commit
Diffstat (limited to 'urpmf')
-rwxr-xr-xurpmf1
1 files changed, 1 insertions, 0 deletions
diff --git a/urpmf b/urpmf
index 9dda3b01..6445b9b3 100755
--- a/urpmf
+++ b/urpmf
@@ -155,6 +155,7 @@ if ($multitag) {
my $next_st = $multitag ? 'next' : 'return 1';
my @inner = (
+ 'local $_;',
"\$_ = sprintf(qq{$proto}, $sprintfargs);",
"$expr or $next_st;",
$uniq ? ('$uniq{$_} and ' . $next_st . ';', '$uniq{$_} = 1;') : (),