diff options
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index d51a9ad..bcac40a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -68,7 +68,7 @@ changelog: git log --date=short --name-only \ --format="%x0c%ad %aN <%aE>%n%n%x09* [%h]%x00%s%n%x00%+b%x00" \ 47f7fd10f87bfcb5240cf5b794ce9380bf671044... | \ - awk 'BEGIN { RS="\f"; FS="\0" } { if ($$1) { gsub(/\n*$$/, "", $$4); gsub(/^\n*/, "", $$4); gsub(/\n/, ", ", $$4); gsub(/\n/, "\n\t ", $$3); print $$1 " " $$4 ": "; print "\t " $$2 $$3 }}' | \ + awk 'BEGIN { RS="\f"; FS="\0" } { if ($$1) { gsub(/\n*$$/, "", $$4); gsub(/^\n*/, "", $$4); gsub(/\n/, ", ", $$4); gsub(/\n*$$/, "", $$3); gsub(/\n/, "\n\t ", $$3); gsub(/.$$/, "&\n", $$3); print $$1 " " $$4 ": "; print "\t " $$2 $$3 }}' | \ fmt --width=78 -c > ChangeLog flawfinder.html: |