ENHANCEMENT Making "sake" script more portable by using "/usr/bin/env" shebang instead of "/bin/bash" (fixes #6045, thanks sychan)

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.4@111495 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Ingo Schommer 2010-10-03 10:27:14 +00:00 committed by Sam Minnee
parent b33d4e2856
commit 7418600b00

3
sake
View File

@ -1,4 +1,5 @@
#!/bin/bash
#!/usr/bin/env bash
# Check for an argument
if [ ${1:-""} = "" ]; then
echo "Sapphire Sake