Skip to content

Commit

Permalink
Modify she-bang line to use /usr/bin/env.
Browse files Browse the repository at this point in the history
See comment <#11 (comment)>.
Seems reasonable to use the absolute path for `env` since it seems the same
on Linux, OSX and FreeBSD.
  • Loading branch information
fluca1978 committed Sep 6, 2018
1 parent b912444 commit d7d7df5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/pgenv
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!env bash
#!/usr/bin/env bash

# https://stackoverflow.com/a/19622569/79202
trap 'exit' ERR
Expand Down

0 comments on commit d7d7df5

Please sign in to comment.