From 9237fafda22ac56868f893e7bec717adf794035e Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 27 Sep 2007 07:48:37 +0000 Subject: fix previous commit --- urpmf | 1 + 1 file changed, 1 insertion(+) (limited to 'urpmf') 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;') : (), -- cgit v1.2.1