summaryrefslogtreecommitdiff
path: root/build/dist-changelog.am
diff options
context:
space:
mode:
Diffstat (limited to 'build/dist-changelog.am')
-rw-r--r--build/dist-changelog.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/dist-changelog.am b/build/dist-changelog.am
index e98eda7..a3a2748 100644
--- a/build/dist-changelog.am
+++ b/build/dist-changelog.am
@@ -27,7 +27,7 @@ dist-changelog:
$(AM_V_at)if git --git-dir=$(top_srcdir)/.git --work-tree=$(top_srcdir) \
log --no-merges --date=short --pretty='tformat:%cd %an <%ae>%n%n%s%n%n%b' | \
$(SED) -e '/^[12]...-[01].-[0123]. [^<>]* <[^<>]*>$$/,/^$$/ b' \
- -e '/[^ ]/,/^[ ]*$$/! d' \
+ -e '/[^ ]/,/^[ ]*$$/ !d' \
-e 's/^[ ]*/ /' \
-e 's/^[ ]*$$//' >.ChangeLog.tmp; \
then mv -f .ChangeLog.tmp "$(top_distdir)/ChangeLog"; \