Skip to content

Commit d1e3742

Browse files
committed
Issue #331: typo
1 parent 8ef5ae5 commit d1e3742

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/createStone

+1-1
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ fi
226226
if [ "$installTode" = "true" ] ; then
227227
if [ "$bootstrapGLASS" = "true" ] ; then
228228
majorMinorVersion="${vers:0:3}"
229-
if [ "$majorMinorVersion" = "3.7" ] ; then
229+
if [ "$majorMinorVersion" != "3.7" ] ; then
230230
# ignore enableIsNilOptimizationArg for versions other than 3.7.x
231231
enableIsNilOptimizationArg=""
232232
fi

0 commit comments

Comments
 (0)