Fixed typo

This commit is contained in:
deajan 2017-02-08 14:54:03 +01:00
parent 5ca7b7e6a2
commit 024662f7ad
1 changed files with 1 additions and 1 deletions

View File

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