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 +- 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 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 -- cgit v1.2.3-54-g00ecf