Fixed typo

pull/93/head
deajan 7 years ago
parent 5ca7b7e6a2
commit 024662f7ad

@ -217,7 +217,7 @@ function oneTimeSetUp () {
fi
#TODO: Assuming that macos has the same syntax than bsd here
if [ "$LOCAL_OS" == "msys" ] || [ "$LOCAL_OS" == "Cygwin" ] then
if [ "$LOCAL_OS" == "msys" ] || [ "$LOCAL_OS" == "Cygwin" ]; then
SUDO_CMD=""
elif [ "$LOCAL_OS" == "BSD" ] || [ "$LOCAL_OS" == "MacOSX" ]; then
SUDO_CMD=""

Loading…
Cancel
Save