aboutsummaryrefslogtreecommitdiffstats
path: root/build-aux/git-hooks/prepare-commit-msg
diff options
context:
space:
mode:
Diffstat (limited to 'build-aux/git-hooks/prepare-commit-msg')
-rwxr-xr-xbuild-aux/git-hooks/prepare-commit-msg4
1 files changed, 2 insertions, 2 deletions
diff --git a/build-aux/git-hooks/prepare-commit-msg b/build-aux/git-hooks/prepare-commit-msg
index dbb1264b495..06e328a1c39 100755
--- a/build-aux/git-hooks/prepare-commit-msg
+++ b/build-aux/git-hooks/prepare-commit-msg
@@ -24,9 +24,9 @@ SHA1=$3
24 24
25# Prefer gawk if available, as it handles NUL bytes properly. 25# Prefer gawk if available, as it handles NUL bytes properly.
26if type gawk >/dev/null 2>&1; then 26if type gawk >/dev/null 2>&1; then
27 awk=gawk 27 awk="gawk"
28else 28else
29 awk=awk 29 awk="awk"
30fi 30fi
31 31
32exec $awk ' 32exec $awk '