From d1e3742fafcf92824cff3bfb96f7262c51d5c941 Mon Sep 17 00:00:00 2001 From: Dale Henrichs Date: Fri, 18 Aug 2023 11:40:00 -0700 Subject: [PATCH] Issue #331: typo --- bin/createStone | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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