diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2004-10-16 03:57:56 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2004-10-16 03:57:56 +0000 |
commit | 32dcd229e802a3f3047a7abed13193f59d760fbd (patch) | |
tree | 1573640b9d7023ebc809195dd8eaff8dcfe66f3b /textproc/tkdiff/files/patch-aa | |
parent | 5e06f318381dfc8be0800f86188f44ae62d2248a (diff) |
Notes
Diffstat (limited to 'textproc/tkdiff/files/patch-aa')
-rw-r--r-- | textproc/tkdiff/files/patch-aa | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/textproc/tkdiff/files/patch-aa b/textproc/tkdiff/files/patch-aa index 9f7df90b1cb4..67ce23c30a43 100644 --- a/textproc/tkdiff/files/patch-aa +++ b/textproc/tkdiff/files/patch-aa @@ -1,11 +1,11 @@ ---- 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 +--- 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.3 "$0" -- ${1+"$@"} - - # $Id: tkdiff.tcl ac_extras_dpoole/14 1999/11/22 02:48:05 dpoole $ ++exec wish8.4 "$0" -- ${1+"$@"} + ############################################################################### + # |