summaryrefslogtreecommitdiff
path: root/init-tools.sh
diff options
context:
space:
mode:
Diffstat (limited to 'init-tools.sh')
-rwxr-xr-xinit-tools.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/init-tools.sh b/init-tools.sh
index 647eba69c5..0c56966223 100755
--- a/init-tools.sh
+++ b/init-tools.sh
@@ -69,7 +69,7 @@ esac
initDistroName $OS
# Work around mac build issue
-if [ "$OS"=="OSX" ]; then
+if [ "$OS" == "OSX" ]; then
echo Raising file open limit - otherwise Mac build may fail
echo ulimit -n 2048
ulimit -n 2048