We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1e3742 commit a3a07e8Copy full SHA for a3a07e8
bin/bootstrapGLASS
@@ -77,7 +77,7 @@ $GS_HOME/bin/startTopaz $stoneName -l << EOF
77
input $GS_HOME/bin/private/prepareBootstrapGLASS.tpz
78
EOF
79
80
-if [ "enableIsNilOptimization" = "false" ]; then
+if [ "$enableIsNilOptimization" = "false" ]; then
81
$GS_HOME/bin/startTopaz $stoneName -l << EOF
82
input $GS_HOME/bin/private/disableIsNilOptimization.tpz
83
0 commit comments