diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2014-10-01 03:15:36 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2014-10-01 03:15:36 -0400 |
commit | 051a269d2ff56d5ab01301c965a7f7d0799bc441 (patch) | |
tree | edde0e7a702a5fa2765f955f321f6798b5b1d264 /src | |
parent | 114aa9971f3273bc0738386bd5d7b02531aeea37 (diff) |
clean up shebangs
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/common.sh.top | 2 | ||||
-rw-r--r-- | src/lib/conf.sh | 2 | ||||
-rw-r--r-- | src/libretools.conf | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/common.sh.top b/src/lib/common.sh.top index d45a7dd..9b953e4 100644 --- a/src/lib/common.sh.top +++ b/src/lib/common.sh.top @@ -1,4 +1,4 @@ -#!/bin/bash # non-executable, but put this there as a hint to text editors +#!/usr/bin/env bash # non-executable, but put this there as a hint to text editors # This may be included with or without `set -euE` # This file is included by libremessages. diff --git a/src/lib/conf.sh b/src/lib/conf.sh index df189a2..3c4234f 100644 --- a/src/lib/conf.sh +++ b/src/lib/conf.sh @@ -1,4 +1,4 @@ -#!/bin/bash # non-executable, but put this there as a hint to text editors +#!/usr/bin/env bash # non-executable, but put this there as a hint to text editors # This may be included with or without `set -euE` # Copyright (C) 2012-2014 Luke Shumaker <lukeshu@sbcglobal.net> diff --git a/src/libretools.conf b/src/libretools.conf index 6eed185..2eed310 100644 --- a/src/libretools.conf +++ b/src/libretools.conf @@ -1,4 +1,4 @@ -#!/bin/bash # non-executable, but put this there as a hint to text editors +#!/usr/bin/env bash # non-executable, but put this there as a hint to text editors ################################################################################ # misc # |