diff options
-rwxr-xr-x | scripts/release-notes.pl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/release-notes.pl b/scripts/release-notes.pl index 83ff4d75f..7e4d4b98f 100755 --- a/scripts/release-notes.pl +++ b/scripts/release-notes.pl @@ -177,9 +177,8 @@ for my $l (@releasenotes) { } undef @bullets; } - push @o, $l; } - elsif($l =~ /^ \[(\d+)\] = /) { + if($l =~ /^ \[(\d+)\] = /) { # stop now last; } |