blob: 67ce23c30a430cd7ca80aa8ba4b0a156747aa20f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- tkdiff.orig Sat Oct 16 11:55:50 2004
+++ tkdiff Sat Oct 16 11:56:07 2004
@@ -1,7 +1,7 @@
#!/bin/sh
#-*-tcl-*-
# the next line restarts using wish \
-exec wish "$0" -- ${1+"$@"}
+exec wish8.4 "$0" -- ${1+"$@"}
###############################################################################
#
|