From 051a269d2ff56d5ab01301c965a7f7d0799bc441 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Wed, 1 Oct 2014 03:15:36 -0400 Subject: clean up shebangs --- src/lib/common.sh.top | 2 +- src/lib/conf.sh | 2 +- src/libretools.conf | 2 +- test/test-common.sh | 2 +- test/testenv | 2 +- 5 files changed, 5 insertions(+), 5 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 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 # diff --git a/test/test-common.sh b/test/test-common.sh index c525dd8..2fe4049 100644 --- a/test/test-common.sh +++ b/test/test-common.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # non-executable, but put this there as a hint to text editors if [[ $HOME == "$(eval echo ~$USER)" ]]; then libremessages error "\$HOME is the default for %s; use testenv: %s" "$USER" "$HOME" diff --git a/test/testenv b/test/testenv index dcc54fa..c1b52b0 100755 --- a/test/testenv +++ b/test/testenv @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Parse the arguments NETWORK=true -- cgit v1.2.3