mirror of
https://github.com/sst/opencode.git
synced 2025-07-07 16:14:59 +00:00
scripts/hooks: Change shebang to universal /bin/sh (#453)
This commit is contained in:
parent
d2176064e1
commit
d0f9260559
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/bin/sh
|
||||
|
||||
if [ ! -d ".git" ]; then
|
||||
exit 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue