From: Mike Frysinger Date: Wed, 4 May 2022 13:08:45 +0000 (-0400) Subject: git-rewrite-authors: minor style tweak X-Git-Url: https://git.wh0rd.org/?p=home.git;a=commitdiff_plain;h=f8645298fc52505805c180153dd3c094aba46673 git-rewrite-authors: minor style tweak --- diff --git a/.bin/git-rewrite-authors b/.bin/git-rewrite-authors index 2b8c398..f35435e 100755 --- a/.bin/git-rewrite-authors +++ b/.bin/git-rewrite-authors @@ -2,7 +2,7 @@ tmp=$(mktemp -t "${0##*/}.XXXXXX") trap "rm -rf '${tmp}'" EXIT -cat << \EOF > ${tmp} +cat <<\EOF >"${tmp}" decode() { awk -vid="$1" -vtype="$2" '$1 == id { match($0, /^[^=]*=\s*([^<]*)<([^>]*)>/, a);