Fixed typo
This commit is contained in:
parent
5ca7b7e6a2
commit
024662f7ad
|
@ -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=""
|
||||||
|
|
Loading…
Reference in New Issue