tcl-testbench[x].sh: Use bash within shebang
These scripts using non Posix shell extensions which are provided by bash and require the bash as shell to be fully functional.
This commit is contained in:
parent
486dd587d0
commit
e373ca0e2f
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
# -*- mode: tcl -*- \
|
||||
exec wish -f "$0" ${1+"$@"}
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
# -*- mode: tcl -*- \
|
||||
exec wish -f "$0" ${1+"$@"}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue