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
This commit is contained in:
Sam Minnee 2010-10-19 04:50:34 +00:00
parent 4e0450b590
commit d542ddbb40
1 changed files with 2 additions and 1 deletions

3
sake
View File

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