diff options
Diffstat (limited to 'bin/lo-commit-stat')
-rwxr-xr-x | bin/lo-commit-stat | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/lo-commit-stat b/bin/lo-commit-stat index 310548ef116c..1a8e6bbae930 100755 --- a/bin/lo-commit-stat +++ b/bin/lo-commit-stat @@ -80,6 +80,9 @@ sub standardize_summary($) my $first_char = lc($1); $line =~ s/^./$first_char/; } + # print does not like 0% or so + $line =~ s/%/%%/g; + # FIXME: remove do at the end of line # remove bug numbers |