The genVersionHeader.pl script already has chomp $cv; on line 139 to remove one trailing newline, does adding another copy after line 98 (the "$cv = `git show -s …" line) resolve this?
The genVersionHeader.pl script already has
chomp $cv;
on line 139 to remove one trailing newline, does adding another copy after line 98 (the "$cv = `git show -s …" line) resolve this?