1
0
mirror of https://github.com/moparisthebest/curl synced 2025-01-10 21:48:10 -05:00

scripts/release-notes: fix duplicate output header

This commit is contained in:
Daniel Stenberg 2020-04-14 14:57:46 +02:00
parent 23a3ab9dd5
commit 66212a3024
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -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/) {