summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/log2changes.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/log2changes.pl b/scripts/log2changes.pl
index 25447e878..d3539cb60 100755
--- a/scripts/log2changes.pl
+++ b/scripts/log2changes.pl
@@ -94,7 +94,7 @@ while(<STDIN>) {
$oldco = $co;
$oldc = $c;
$olddate = $date;
- if($line++) {
+ if($line++ && $2 ne "") {
print " ";
}
print $2."\n";