FIX update.sh

Use posix syntax to prevent occasional broken scripts
See http://stackoverflow.com/questions/12468889/bash-script-error-function-not-found-why-would-this-appear
This commit is contained in:
Damian Mooyman 2014-11-14 17:11:28 +13:00
parent c4968c0e12
commit f2ce8cb754

View File

@ -19,7 +19,7 @@ fi
#
#===============================================================================
# Parameters: github path
function checkout {
checkout () {
echo "Checking out $2/$3 from $1"
mkdir -p $dir/src