]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
scripts/release-notes: fix duplicate output header
authorDaniel Stenberg <daniel@haxx.se>
Tue, 14 Apr 2020 12:57:46 +0000 (14:57 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 14 Apr 2020 12:57:46 +0000 (14:57 +0200)
scripts/release-notes.pl

index 7e4d4b98fa2f66b4b3c3571e0a67b2cfcbe716e3..67805f9f1f8f5d3872f3ff51cfccca204adc931d 100755 (executable)
@@ -160,6 +160,7 @@ for my $l (@releasenotes) {
             $refused[$moreinfo{$f}]=3;
         }
         push @o, " --- new entries are listed above this ---";
+        next;
     }
     elsif($cleanup) {
         if($l =~ /^ --- new entries are listed/) {