Skip to content

Commit

Permalink
Issue #331: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dalehenrich committed Aug 18, 2023
1 parent 8ef5ae5 commit d1e3742
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/createStone
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d1e3742

Please sign in to comment.