branch: elpa/buttercup
commit 77367d3d5f1f6f7a930e16a47cf360a716cdc0c5
Author: Elis Hirwing <e...@hirwing.se>
Commit: Jorgen Schäfer <jorgen.schae...@gmail.com>

    Change shebang to use /usr/bin/env
    
    Not all systems provides a /bin/bash (even GNU/Linux based systems!),
    but /usr/bin/env is present on pretty much all systems that I can
    think of.
---
 bin/buttercup | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/buttercup b/bin/buttercup
index ede0c51..606436b 100755
--- a/bin/buttercup
+++ b/bin/buttercup
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 
 if [ -n "$INSIDE_EMACS" ]
 then

Reply via email to