From d542ddbb407c0619d41898fd7e8e0ee260983866 Mon Sep 17 00:00:00 2001 From: Sam Minnee Date: Tue, 19 Oct 2010 04:50:34 +0000 Subject: [PATCH] ENHANCEMENT Making "sake" script more portable by using "/usr/bin/env" shebang instead of "/bin/bash" (fixes #6045, thanks sychan) (from r111495) git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@112915 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- sake | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sake b/sake index 47199c3a9..b20019aa5 100755 --- a/sake +++ b/sake @@ -1,4 +1,5 @@ -#!/bin/bash +#!/usr/bin/env bash + # Check for an argument if [ ${1:-""} = "" ]; then echo "Sapphire Sake