mirror of
https://git.freebsd.org/ports.git
synced 2025-05-29 17:36:28 -04:00
11 lines
302 B
Tcl
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+"$@"}
|
|
|
|
###############################################################################
|
|
#
|