Skip to content

Commit fb0909f

Browse files
Fix shebang
1 parent da94863 commit fb0909f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

test/fixtures/bats/exit_11.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
#!/usr/bin/bash
1+
#!/usr/bin/env bash
22
exit 11
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
cat >/dev/null # eat up all input
33
sleep 1
44
echo "Finished" # mark finish

0 commit comments

Comments
 (0)