summaryrefslogtreecommitdiff
path: root/scripts/mkchlog
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/mkchlog')
-rwxr-xr-xscripts/mkchlog2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mkchlog b/scripts/mkchlog
index 55b03ac..a51c034 100755
--- a/scripts/mkchlog
+++ b/scripts/mkchlog
@@ -136,7 +136,7 @@ while (<>) {
last;
} elsif (/^=============================================================================$/) {
last;
- } elsif ($firstline && /^branches:[ \t]+[0-9]+(\.[0-9]+)+;$/) {
+ } elsif ($firstline && /^branches:([ \t]+[0-9]+(\.[0-9]+)+;)+$/) {
next;
} else {
$body .= $_;