diff options
| author | TheGoddessInari <[email protected]> | 2025-06-27 04:40:22 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-06-27 07:40:22 -0400 |
| commit | d0f9260559da6e63a391250f17268a364e2d4244 (patch) | |
| tree | 84e48a04fb8c3fd78f337b22a335a883f8dd518a /scripts | |
| parent | d2176064e16001183b94791d55876cefffd9c77d (diff) | |
| download | opencode-d0f9260559da6e63a391250f17268a364e2d4244.tar.gz opencode-d0f9260559da6e63a391250f17268a364e2d4244.zip | |
scripts/hooks: Change shebang to universal /bin/sh (#453)
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/hooks | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/hooks b/scripts/hooks index e5226e42d..4597c6f41 100755 --- a/scripts/hooks +++ b/scripts/hooks @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh if [ ! -d ".git" ]; then exit 0 |
