[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:
committed by
Poojawa
parent
ae1a00f345
commit
59fc595ba3
Regular → Executable
+1
@@ -1,4 +1,5 @@
|
||||
#!/bin/bash
|
||||
shopt -s nullglob
|
||||
cd "$(dirname "$0")"
|
||||
for f in *.hook; do
|
||||
echo Installing hook: ${f%.hook}
|
||||
|
||||
Regular → Executable
Reference in New Issue
Block a user