[MIRROR] Fix hook installation on Linux (#5244)

* Merge pull request #35161 from AutomaticFrenzy/patch/hook-install

Fix hook installation on Linux

* Fix hook installation on Linux
This commit is contained in:
CitadelStationBot
2018-02-04 22:21:05 -06:00
committed by Poojawa
parent ae1a00f345
commit 59fc595ba3
2 changed files with 1 additions and 0 deletions
Regular → Executable
+1
View File
@@ -1,4 +1,5 @@
#!/bin/bash
shopt -s nullglob
cd "$(dirname "$0")"
for f in *.hook; do
echo Installing hook: ${f%.hook}
Regular → Executable
View File