We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ef5ae5 commit d1e3742Copy full SHA for d1e3742
bin/createStone
@@ -226,7 +226,7 @@ fi
226
if [ "$installTode" = "true" ] ; then
227
if [ "$bootstrapGLASS" = "true" ] ; then
228
majorMinorVersion="${vers:0:3}"
229
- if [ "$majorMinorVersion" = "3.7" ] ; then
+ if [ "$majorMinorVersion" != "3.7" ] ; then
230
# ignore enableIsNilOptimizationArg for versions other than 3.7.x
231
enableIsNilOptimizationArg=""
232
fi
0 commit comments