Skip to content

Commit

Permalink
use /usr/bin/env for making it more compatible
Browse files Browse the repository at this point in the history
When using /usr/bin/env bash you do not rely on having bash in /bin which is for example the case with freebsd where it is located at /usr/local/bin/bash
  • Loading branch information
nielsk authored and Josh committed Feb 27, 2019
1 parent fa67864 commit 63d38e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pushover.sh
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash


# Default config vars # Default config vars
CURL="$(which curl)" CURL="$(which curl)"
Expand Down

0 comments on commit 63d38e3

Please sign in to comment.