added space to if [-d

work
Adam Veldhousen 9 years ago
parent 0c6e0c9a83
commit 02f856db26
Signed by: adam
GPG Key ID: 6DB29003C6DD1E4B

@ -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…
Cancel
Save