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:
parent
46c4bcd392
commit
efe591143f
6 changed files with 27 additions and 27 deletions
|
|
@ -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 '
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue