Skip to content

Commit 15df197

Browse files
committed
Change shebang to run the first bash found on the path
1 parent 72867b7 commit 15df197

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/bash
1+
#!/usr/bin/env bash
22
echo 'Running commit script'
33
CURRENT_BRANCH_CMD="git rev-parse --abbrev-ref HEAD"
44
CURRENT_BRANCH=$(eval $CURRENT_BRANCH_CMD)

0 commit comments

Comments
 (0)