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:
@@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
#!/usr/bin/env sh
|
||||
# bd-hooks-version: 0.26.0
|
||||
#
|
||||
# bd (beads) post-checkout hook
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
#!/usr/bin/env sh
|
||||
# bd-hooks-version: 0.26.0
|
||||
#
|
||||
# bd (beads) post-merge hook
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
#!/usr/bin/env sh
|
||||
# bd-hooks-version: 0.29.0
|
||||
#
|
||||
# bd (beads) pre-commit hook
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
#!/usr/bin/env sh
|
||||
# bd-hooks-version: 0.22.2
|
||||
#
|
||||
# bd (beads) pre-push hook
|
||||
|
||||
Reference in New Issue
Block a user