Skip to content

Commit

Permalink
Issue #331: another typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dalehenrich committed Aug 18, 2023
1 parent d1e3742 commit a3a07e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/bootstrapGLASS
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ $GS_HOME/bin/startTopaz $stoneName -l << EOF
input $GS_HOME/bin/private/prepareBootstrapGLASS.tpz
EOF

if [ "enableIsNilOptimization" = "false" ]; then
if [ "$enableIsNilOptimization" = "false" ]; then
$GS_HOME/bin/startTopaz $stoneName -l << EOF
input $GS_HOME/bin/private/disableIsNilOptimization.tpz
EOF
Expand Down

0 comments on commit a3a07e8

Please sign in to comment.