Skip to content

Commit a3a07e8

Browse files
committed
Issue #331: another typo
1 parent d1e3742 commit a3a07e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/bootstrapGLASS

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ $GS_HOME/bin/startTopaz $stoneName -l << EOF
7777
input $GS_HOME/bin/private/prepareBootstrapGLASS.tpz
7878
EOF
7979

80-
if [ "enableIsNilOptimization" = "false" ]; then
80+
if [ "$enableIsNilOptimization" = "false" ]; then
8181
$GS_HOME/bin/startTopaz $stoneName -l << EOF
8282
input $GS_HOME/bin/private/disableIsNilOptimization.tpz
8383
EOF

0 commit comments

Comments
 (0)