summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2015-05-20 19:23:01 -0600
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-05-20 19:23:01 -0600
commit5bb31c971272490bd4f1566c953b2fdaea42995c (patch)
treeaa434afbcb036000e954929f13842c5b0319f8bf /src/lib
parent5bc946181a14cb6839bf3ec817274a5b2099fa22 (diff)
Use #!/hint/bash instead of the more verbose comment
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/common.sh.top2
-rw-r--r--src/lib/conf.sh.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/common.sh.top b/src/lib/common.sh.top
index 9b953e4..23bfeb8 100644
--- a/src/lib/common.sh.top
+++ b/src/lib/common.sh.top
@@ -1,4 +1,4 @@
-#!/usr/bin/env bash # non-executable, but put this there as a hint to text editors
+#!/hint/bash
# This may be included with or without `set -euE`
# This file is included by libremessages.
diff --git a/src/lib/conf.sh.in b/src/lib/conf.sh.in
index f5c7a53..8394801 100644
--- a/src/lib/conf.sh.in
+++ b/src/lib/conf.sh.in
@@ -1,4 +1,4 @@
-#!/usr/bin/env bash # non-executable, but put this there as a hint to text editors
+#!/hint/bash
# This may be included with or without `set -euE`
# Copyright (C) 2012-2015 Luke Shumaker <lukeshu@sbcglobal.net>