authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2023-04-26 13:28:39 -07:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2023-04-26 13:28:39 -07:00
logc04a957c4a5571a2e633e57db3e5c7160df04dc9
tree75f63ddaa8b9f3736012062ef9701ed567c7b404
parent3c32f43087f273fa66d1bceb74c010ee62631faf

changelog.sh: shell doesnt like functions with hyphens


1 files changed, 2 insertions(+), 2 deletions(-)

changelog.sh+2-2
...@@ -2,7 +2,7 @@...@@ -2,7 +2,7 @@
22
3set -e3set -e
44
5read-log() {5readlog() {
6 git log --format=format:"%h%n%H%n%an%n%s%n%d%n"6 git log --format=format:"%h%n%H%n%an%n%s%n%d%n"
7}7}
88
...@@ -16,7 +16,7 @@ title=''...@@ -16,7 +16,7 @@ title=''
1616
17c=017c=0
18t=018t=0
19read-log |19readlog |
20while IFS= read -r lineVAR; do20while IFS= read -r lineVAR; do
21 if [[ "$c" == '0' ]]; then21 if [[ "$c" == '0' ]]; then
22 hash_abrev="$lineVAR"22 hash_abrev="$lineVAR"