ports/textproc/tkdiff/files/patch-aa
2004-10-16 03:57:56 +00:00

11 lines
302 B
Tcl

--- 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+"$@"}
###############################################################################
#