summaryrefslogtreecommitdiff
path: root/misc/tkinfo/files/patch-aa
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>1996-09-27 07:19:36 +0000
committerThomas Gellekum <tg@FreeBSD.org>1996-09-27 07:19:36 +0000
commit49a913bd62996c9b3a5286d2846aa0a0f49a1f5c (patch)
treee8cfbcfa714489f25e1838b85ed0fdf2b0bd4f49 /misc/tkinfo/files/patch-aa
parentUpdate for new version of Modula-3. (diff)
Make tkinfo work with tk-4.1.
Notes
Notes: svn path=/head/; revision=3885
Diffstat (limited to '')
-rw-r--r--misc/tkinfo/files/patch-aa6
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/tkinfo/files/patch-aa b/misc/tkinfo/files/patch-aa
index 6ae5911ae1ff..c6ea7d911de8 100644
--- a/misc/tkinfo/files/patch-aa
+++ b/misc/tkinfo/files/patch-aa
@@ -4,10 +4,10 @@
*** 4,7 ****
# a Bourne script: there is no way to get proper quoting and pass through ``~''
# in the csh.
- # RCS: $Header: /vol/tukey/tukey1/kennard/src/tkgraph/lib/RCS/tkinfo,v 1.1 93/03/11 17:32:17 kennard Exp $
+ # RCS: $Header: /home/ncvs/ports/misc/tkinfo/patches/patch-aa,v 1.1.1.1 1995/02/24 12:54:57 jmz Exp $
! exec wish -f $0.tcl "$@"
--- 4,7 ----
# a Bourne script: there is no way to get proper quoting and pass through ``~''
# in the csh.
- # RCS: $Header: /vol/tukey/tukey1/kennard/src/tkgraph/lib/RCS/tkinfo,v 1.1 93/03/11 17:32:17 kennard Exp $
-! exec wish -f /usr/local/lib/tk/tkinfo/`basename $0.tcl` "$@"
+ # RCS: $Header: /home/ncvs/ports/misc/tkinfo/patches/patch-aa,v 1.1.1.1 1995/02/24 12:54:57 jmz Exp $
+! exec wish4.1 -f /usr/local/lib/tk/tkinfo/`basename $0.tcl` "$@"