diff --git a/bin/createStone b/bin/createStone index fd52cba9..430cf278 100755 --- a/bin/createStone +++ b/bin/createStone @@ -226,7 +226,7 @@ fi if [ "$installTode" = "true" ] ; then if [ "$bootstrapGLASS" = "true" ] ; then majorMinorVersion="${vers:0:3}" - if [ "$majorMinorVersion" = "3.7" ] ; then + if [ "$majorMinorVersion" != "3.7" ] ; then # ignore enableIsNilOptimizationArg for versions other than 3.7.x enableIsNilOptimizationArg="" fi