summaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
authorTheGoddessInari <[email protected]>2025-06-27 04:40:22 -0700
committerGitHub <[email protected]>2025-06-27 07:40:22 -0400
commitd0f9260559da6e63a391250f17268a364e2d4244 (patch)
tree84e48a04fb8c3fd78f337b22a335a883f8dd518a /scripts
parentd2176064e16001183b94791d55876cefffd9c77d (diff)
downloadopencode-d0f9260559da6e63a391250f17268a364e2d4244.tar.gz
opencode-d0f9260559da6e63a391250f17268a364e2d4244.zip
scripts/hooks: Change shebang to universal /bin/sh (#453)
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/hooks2
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