added space to if [-d
parent
0c6e0c9a83
commit
02f856db26
|
|
@ -15,7 +15,7 @@ else
|
|||
export WINDOWS="FALSE"
|
||||
fi
|
||||
|
||||
if [-d "/c/Windows" ]; then
|
||||
if [ -d "/c/Windows" ]; then
|
||||
export BOOT2DOCKER=/usr/local/Cellar/boot2docker/1.6.0/bin
|
||||
else
|
||||
export BOOT2DOCKER=/c/Program\ Files/Boot2Docker\ for\ WIndows/
|
||||
|
|
|
|||
Loading…
Reference in New Issue