freebsd-ports/textproc/tkdiff/files/patch-aa

11 lines
314 B
Tcl

--- 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 $