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:
parent
86ab771964
commit
b979d0ad97
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
#
|
||||
# For installation, put this file (netgen.sh) in a standard executable path.
|
||||
# Put startup script "netgen.tcl" and shared library "tclnetgen.so"
|
||||
|
|
|
|||
Loading…
Reference in New Issue