scripts/git: Fix a shellcheck error in pre-commit.git-hook

Some versions of shellcheck do not detect this error.

Bugfix on 31919; not in any released version of tor.
This commit is contained in:
teor 2019-10-28 13:04:29 +10:00
parent 731464deb5
commit 68befa3b84
No known key found for this signature in database
GPG Key ID: 10FEAA0E7075672A

View File

@ -61,7 +61,7 @@ fi
## Owned Source File Checks
printf "Modified tor-owned source files:\n%s\n" "$CHECK_FILES"
printf "Modified tor-owned source files:\\n%s\\n" "$CHECK_FILES"
# We want word splitting here, because file names are space separated
# shellcheck disable=SC2086