Skip to content

Commit

Permalink
Fix shebang
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-schulze-vireso committed Feb 3, 2023
1 parent da94863 commit fb0909f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/fixtures/bats/exit_11.bash
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/usr/bin/bash
#!/usr/bin/env bash
exit 11
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/bash
#!/usr/bin/env bash
cat >/dev/null # eat up all input
sleep 1
echo "Finished" # mark finish

0 comments on commit fb0909f

Please sign in to comment.