summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2017-07-22 18:24:57 (EDT)
committer P. J. McDermott <pj@pehjota.net>2017-07-22 18:24:57 (EDT)
commit944e3426bd05fd37b4334344f1e0ce5a0bdf9173 (patch)
treef71ca671076e2c2ab5cb8e1b39ad99f7f18c2e96 /scripts
parentfb9f6876e0e228c5c60c4b124cee32e828ae60ac (diff)
scripts/announce-release.sh: Wrap a long line
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/announce-release.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/announce-release.sh b/scripts/announce-release.sh
index b35b73e..92da5eb 100755
--- a/scripts/announce-release.sh
+++ b/scripts/announce-release.sh
@@ -73,7 +73,8 @@ export GIT_DIR="${srcdir}/.git"
==================================$(printf '%s\n' "${old_version}" | \
sed 's/./=/g')
- $(git shortlog "${package}/${old_version}..HEAD" | sed '/^..*$/s/^/ /')
+ $(git shortlog "${package}/${old_version}..HEAD" | \
+ sed '/^..*$/s/^/ /')
Diffstat of Changes Since Version ${old_version}
==================================$(printf '%s\n' "${old_version}" | \