Browse Source

* contrib/testit: Run wish via /usr/bin/env for portability.

dejagnu-1.4
Ben Elliston 23 years ago
parent
commit
96aea05572
  1. 4
      ChangeLog
  2. 8
      contrib/testit

4
ChangeLog

@ -1,3 +1,7 @@
2003-08-19 Ben Elliston <bje@wasabisystems.com>
* contrib/testit: Run wish via /usr/bin/env for portability.
2003-08-18 Ben Elliston <bje@wasabisystems.com>
* Makefile.am: Tidy comments and unused command lines.

8
contrib/testit

@ -1,10 +1,4 @@
#!/usr/latest/bin/wish -f
# Program: testit
# Tcl version: 7.2 (Tcl/Tk/XF)
# Tk version: 3.5
# XF version: 2.2
#
#!/usr/bin/env wish
# procedure to show window .
proc ShowWindow. {args} {# xf ignore me 7

Loading…
Cancel
Save