scripts/hooks: Change shebang to universal /bin/sh (#453)

This commit is contained in:
TheGoddessInari 2025-06-27 04:40:22 -07:00 committed by GitHub
parent d2176064e1
commit d0f9260559
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
if [ ! -d ".git" ]; then
exit 0