diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-05-20 19:23:01 -0600 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-05-20 19:23:01 -0600 |
commit | 5bb31c971272490bd4f1566c953b2fdaea42995c (patch) | |
tree | aa434afbcb036000e954929f13842c5b0319f8bf /test | |
parent | 5bc946181a14cb6839bf3ec817274a5b2099fa22 (diff) |
Use #!/hint/bash instead of the more verbose comment
Diffstat (limited to 'test')
-rw-r--r-- | test/test-common.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-common.sh b/test/test-common.sh index 2fe4049..2a8fc37 100644 --- a/test/test-common.sh +++ b/test/test-common.sh @@ -1,4 +1,4 @@ -#!/usr/bin/env bash # non-executable, but put this there as a hint to text editors +#!/hint/bash if [[ $HOME == "$(eval echo ~$USER)" ]]; then libremessages error "\$HOME is the default for %s; use testenv: %s" "$USER" "$HOME" |