diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2007-09-27 07:48:37 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2007-09-27 07:48:37 +0000 |
commit | 9237fafda22ac56868f893e7bec717adf794035e (patch) | |
tree | 4fecd19a0660830d208abd3255e0c4e542ec2d9c /urpmf | |
parent | e77514efe5849336ef3c3e89576f11b5c02e8903 (diff) | |
download | urpmi-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-x | urpmf | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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;') : (), |