aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rwxr-xr-xcontrib/testit8
2 files changed, 5 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index 6d03512..21b959d 100644
--- a/ChangeLog
+++ b/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.
diff --git a/contrib/testit b/contrib/testit
index 443b831..231d37b 100755
--- a/contrib/testit
+++ b/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