Changed the netgen shell script from "sh" to "bash" due to the

presence of one or more bash-isms in the code.  Thanks to Sean
Cross for the patch.
This commit is contained in:
Tim Edwards 2018-08-08 11:28:04 -04:00
parent 86ab771964
commit b979d0ad97
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/bin/bash
# #
# For installation, put this file (netgen.sh) in a standard executable path. # For installation, put this file (netgen.sh) in a standard executable path.
# Put startup script "netgen.tcl" and shared library "tclnetgen.so" # Put startup script "netgen.tcl" and shared library "tclnetgen.so"