Fix run script always emitting a warning
[controller.git] / opendaylight / distribution / opendaylight / src / main / resources / run.sh
index 92ddbbd605346095bd4110118ab517e48e625756..21245a0259e964cde52bd631d106e052d023b64c 100755 (executable)
@@ -116,7 +116,7 @@ if [ "${dohelp}" -eq 1 ]; then
     usage
 fi
 
-if [ "${jvmMaxMemory}"=="" ]; then
+if [ "${jvmMaxMemory}" == "" ]; then
     jvmMaxMemory="-Xmx1G"
     echo "*****************************************************************"
     echo "JVM maximum memory was not defined. Setting maximum memory to 1G."