Fix shebang env (#817)

* fix: use /usr/bin/env to PATH search sh (nixos compatiblity)

* fix: reconcile repo hooks with template /usr/bin/env change
This commit is contained in:
cbarber
2026-01-01 13:54:22 -05:00
committed by GitHub
parent 829c8d1caf
commit 7a9db35c79
13 changed files with 13 additions and 13 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/sh
#!/usr/bin/env sh
# bd-hooks-version: 0.26.0
#
# bd (beads) post-checkout hook

View File

@@ -1,4 +1,4 @@
#!/bin/sh
#!/usr/bin/env sh
# bd-hooks-version: 0.26.0
#
# bd (beads) post-merge hook

View File

@@ -1,4 +1,4 @@
#!/bin/sh
#!/usr/bin/env sh
# bd-hooks-version: 0.29.0
#
# bd (beads) pre-commit hook

View File

@@ -1,4 +1,4 @@
#!/bin/sh
#!/usr/bin/env sh
# bd-hooks-version: 0.22.2
#
# bd (beads) pre-push hook