summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorTheGoddessInari <[email protected]>2025-06-27 04:40:22 -0700
committerJay V <[email protected]>2025-06-27 19:10:41 -0400
commit47497aef0754792361c8d4a8e41a85cea63fa431 (patch)
tree5208b8ceed44b23c6dcb7727c6484a7e1c88c65c
parent8455029de18b39c524fe7808b9d01b67c8e90a76 (diff)
downloadopencode-47497aef0754792361c8d4a8e41a85cea63fa431.tar.gz
opencode-47497aef0754792361c8d4a8e41a85cea63fa431.zip
scripts/hooks: Change shebang to universal /bin/sh (#453)
-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