Merge pull request #3 from adam12/fix/shoestrap_base

Fix reference to $SHOESTRAP_BASE variable.
This commit is contained in:
Carl Mercier 2013-02-27 11:13:38 -08:00
commit 88fdfee202
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
##############################################################################
COOKBOOK_NAME="$(basename $0)"
if [ -z "SHOESTRAP_BASE" ]; then
if [ -z "$SHOESTRAP_BASE" ]; then
DIR="$( cd "$( dirname "$0" )" && pwd )"
else
DIR="$SHOESTRAP_BASE"