From 77367d3d5f1f6f7a930e16a47cf360a716cdc0c5 Mon Sep 17 00:00:00 2001 From: Elis Hirwing Date: Sat, 21 Oct 2017 16:16:53 +0200 Subject: 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 -- cgit v1.2.3