mirror of
https://github.com/sst/opencode.git
synced 2025-08-04 13:30:52 +00:00
scripts/hooks: Change shebang to universal /bin/sh (#453)
This commit is contained in:
parent
8455029de1
commit
47497aef07
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