diff options
| author | TheGoddessInari <[email protected]> | 2025-06-27 04:40:22 -0700 |
|---|---|---|
| committer | Jay V <[email protected]> | 2025-06-27 19:10:41 -0400 |
| commit | 47497aef0754792361c8d4a8e41a85cea63fa431 (patch) | |
| tree | 5208b8ceed44b23c6dcb7727c6484a7e1c88c65c /scripts/hooks | |
| parent | 8455029de18b39c524fe7808b9d01b67c8e90a76 (diff) | |
| download | opencode-47497aef0754792361c8d4a8e41a85cea63fa431.tar.gz opencode-47497aef0754792361c8d4a8e41a85cea63fa431.zip | |
scripts/hooks: Change shebang to universal /bin/sh (#453)
Diffstat (limited to 'scripts/hooks')
| -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 |
