mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-18 19:44:58 +01:00
Fix hook installation on Linux
Marks the shell scripts executable and sets nullglob so that the lack of merge drivers doesn't cause shenanigans.
This commit is contained in:
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