summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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;') : (),