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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/common.sh.top') 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. -- cgit v1.2.2