Skip to content

Commit

Permalink
removes comments that caused Module ERROR: wrong # args: should be "s…
Browse files Browse the repository at this point in the history
…etenv var val"
  • Loading branch information
Mike Park authored and Mike Park committed Nov 10, 2022
1 parent 94d16f9 commit c3902af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions misc/module-builder/cfdlab/esp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@ if { \$modmode != "switch3" } {
}
setenv ESP_ROOT \$base/\$version/EngSketchPad
setenv CASROOT \$base/\$version/OpenCASCADE # deploy created link
setenv CASROOT \$base/\$version/OpenCASCADE
prepend-path PATH \$base/\$version/EngSketchPad/bin
prepend-path LD_LIBRARY_PATH \$base/\$version/EngSketchPad/lib
prepend-path LD_LIBRARY_PATH \$base/\$version/OpenCASCADE/lib # deployed link
prepend-path LD_LIBRARY_PATH \$base/\$version/OpenCASCADE/lib
EOF

Expand Down

0 comments on commit c3902af

Please sign in to comment.