From 5bb31c971272490bd4f1566c953b2fdaea42995c Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Wed, 20 May 2015 19:23:01 -0600 Subject: Use #!/hint/bash instead of the more verbose comment --- src/lib/common.sh.top | 2 +- src/lib/conf.sh.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib') 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 -- cgit v1.2.2