diff --git a/Reintegrate b/Reintegrate index 9761caff1a..a15114a690 100755 --- a/Reintegrate +++ b/Reintegrate @@ -54,7 +54,7 @@ annotate_merge () { } next unless ($in_section && $in_desc); next if (/Originally merged to '\''next'\'' on ([-0-9]+)/); - next if (wildo_match($_)); + last if (wildo_match($_)); push @msg, "$_\n"; } return ($in_section, @msg);