blob: 9f7df90b1cb4080f82949d477ebd1cf145a17af4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- tkdiff-3.05.tcl.txt.orig Mon Jul 10 22:24:58 2000
+++ tkdiff-3.05.tcl.txt Mon Jul 10 22:25:10 2000
@@ -1,7 +1,7 @@
#!/bin/sh
#-*-tcl-*-
# the next line restarts using wish \
-exec wish "$0" -- ${1+"$@"}
+exec wish8.3 "$0" -- ${1+"$@"}
# $Id: tkdiff.tcl ac_extras_dpoole/14 1999/11/22 02:48:05 dpoole $
|