From f8645298fc52505805c180153dd3c094aba46673 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 4 May 2022 09:08:45 -0400 Subject: [PATCH 1/1] git-rewrite-authors: minor style tweak --- .bin/git-rewrite-authors | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.2