Skip to content

Commit

Permalink
Merge pull request #324 from Atry/shebang
Browse files Browse the repository at this point in the history
Make shebang portable
  • Loading branch information
Carreau authored Apr 17, 2024
2 parents b9f1741 + d0afcf6 commit 0a76b6a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bin/autopython
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash -e
#!/usr/bin/env -S bash -e

# pyflyby/autopython

Expand Down
2 changes: 1 addition & 1 deletion bin/create-imports
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash -e
#!/usr/bin/env -S bash -e

# pyflyby/create-imports

Expand Down
2 changes: 1 addition & 1 deletion libexec/pyflyby/colordiff
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash -e
#!/usr/bin/env -S bash -e

# License for THIS FILE ONLY: CC0 Public Domain Dedication
# http://creativecommons.org/publicdomain/zero/1.0/
Expand Down

0 comments on commit 0a76b6a

Please sign in to comment.