mirror of
https://github.com/ViViDboarder/shoestrap.git
synced 2024-11-23 23:06:31 +00:00
Merge pull request #3 from adam12/fix/shoestrap_base
Fix reference to $SHOESTRAP_BASE variable.
This commit is contained in:
commit
88fdfee202
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user