added space to if [-d

work
Adam Veldhousen 2015-05-08 01:04:54 -05:00
parent 0c6e0c9a83
commit 02f856db26
Signed by: adam
GPG Key ID: 6DB29003C6DD1E4B
1 changed files with 1 additions and 1 deletions

View File

@ -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/