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:
parent
23a3ab9dd5
commit
66212a3024
@ -160,6 +160,7 @@ for my $l (@releasenotes) {
|
|||||||
$refused[$moreinfo{$f}]=3;
|
$refused[$moreinfo{$f}]=3;
|
||||||
}
|
}
|
||||||
push @o, " --- new entries are listed above this ---";
|
push @o, " --- new entries are listed above this ---";
|
||||||
|
next;
|
||||||
}
|
}
|
||||||
elsif($cleanup) {
|
elsif($cleanup) {
|
||||||
if($l =~ /^ --- new entries are listed/) {
|
if($l =~ /^ --- new entries are listed/) {
|
||||||
|
Loading…
Reference in New Issue
Block a user