1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

Fix some shellcheck linter warnings

* admin/diff-tar-files:
* admin/merge-gnulib:
* admin/merge-pkg-config:
* admin/update-copyright:
* build-aux/git-hooks/prepare-commit-msg:
* make-dist: Fix some shellcheck linter warnings.
This commit is contained in:
Stefan Kangas 2020-12-31 12:11:31 +01:00
parent 46c4bcd392
commit efe591143f
6 changed files with 27 additions and 27 deletions

View file

@ -24,9 +24,9 @@ SHA1=$3
# Prefer gawk if available, as it handles NUL bytes properly.
if type gawk >/dev/null 2>&1; then
awk=gawk
awk="gawk"
else
awk=awk
awk="awk"
fi
exec $awk '