summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElis Hirwing <elis@hirwing.se>2017-10-21 16:16:53 +0200
committerJorgen Schäfer <Jorgen.Schaefer@gmail.com>2017-10-29 13:23:57 +0100
commit77367d3d5f1f6f7a930e16a47cf360a716cdc0c5 (patch)
treef32633a9dcd01247d8427cdeb04d2e6b7cb82b06
parent62c416a534a1b0c2acf1cababc49c435d4e33ea7 (diff)
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.
-rwxr-xr-xbin/buttercup2
1 files changed, 1 insertions, 1 deletions
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