44d7fe440f
TkDiff is a graphical front end to the diff program. It provides a side-by-side view of the differences between two files, along with several innovative features such as diff bookmarks and a graphical map of differences for quick navigation. from maintainer Vlad Glagolev <stelzy at gmail dot com> feedback and ok steven@
12 lines
320 B
Tcl
12 lines
320 B
Tcl
--- tkdiff.orig Mon Dec 4 16:40:54 2006
|
|
+++ tkdiff Mon Dec 4 16:42:03 2006
|
|
@@ -1,7 +1,7 @@
|
|
#!/bin/sh
|
|
#-*-tcl-*-
|
|
# the next line restarts using wish \
|
|
-exec wish "$0" -- ${1+"$@"}
|
|
+exec !!LOCALBASE!!/bin/wish8.4 "$0" -- ${1+"$@"}
|
|
|
|
###############################################################################
|
|
#
|