summaryrefslogtreecommitdiff
path: root/bin/auto-changelog
diff options
context:
space:
mode:
Diffstat (limited to 'bin/auto-changelog')
-rwxr-xr-xbin/auto-changelog9
1 files changed, 8 insertions, 1 deletions
diff --git a/bin/auto-changelog b/bin/auto-changelog
index 64d15e9..d672b5f 100755
--- a/bin/auto-changelog
+++ b/bin/auto-changelog
@@ -18,7 +18,14 @@ generate-entry() {
}
html_escape() {
- sed -e 's/&/\&amp;/g' -e 's/</\&lt;/g' -e 's/>/\&gt;/g' -e 's/^ \S/ &/'
+ sed '
+/^\S/ {
+ s/&/\&amp;/g
+ s/</\&lt;/g
+ s/>/\&gt;/g
+}
+s/^ \S/ &/
+'
}
insert() {