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 @@
22
33set -e
44
5read-log() {
5readlog() {
66 git log --format=format:"%h%n%H%n%an%n%s%n%d%n"
77}
88
......@@ -16,7 +16,7 @@ title=''
1616
1717c=0
1818t=0
19read-log |
19readlog |
2020while IFS= read -r lineVAR; do
2121 if [[ "$c" == '0' ]]; then
2222 hash_abrev="$lineVAR"