mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
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:
parent
731464deb5
commit
68befa3b84
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user