summaryrefslogtreecommitdiffstats
path: root/urpmf
diff options
context:
space:
mode:
Diffstat (limited to 'urpmf')
-rwxr-xr-xurpmf2
1 files changed, 1 insertions, 1 deletions
diff --git a/urpmf b/urpmf
index 23e457a1..71b914ae 100755
--- a/urpmf
+++ b/urpmf
@@ -152,7 +152,7 @@ if ($multitag) {
($proto, $sprintfargs) = ('$proto_cooked', '$mt');
}
-my $next_st = $multitag ? 'next' : 'return 1';
+my $next_st = $multitag ? 'next' : 'return 0';
my @inner = (
'local $_;',
"\$_ = sprintf(qq{$proto}, $sprintfargs);",