mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
12 lines
314 B
Tcl
12 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 $
|
|
|