diff options
author | Satoshi Taoka <taoka@FreeBSD.org> | 1999-04-27 03:24:45 +0000 |
---|---|---|
committer | Satoshi Taoka <taoka@FreeBSD.org> | 1999-04-27 03:24:45 +0000 |
commit | 917a015b1a2ba4a22e295df8426d9d4305042f9b (patch) | |
tree | a3532c4c589cbd0ad658b3753f7e6c0f2e7002e1 /misc/tkrunit/files | |
parent | c9df971f8873413bfdd9703be1cc00265efb16f4 (diff) |
GUI app launcher with completion and history
PR: 9939
Submitted by: stephen farrell <sfarrell@healthquiz.com>
Notes
Notes:
svn path=/head/; revision=18147
Diffstat (limited to 'misc/tkrunit/files')
-rw-r--r-- | misc/tkrunit/files/patch-aa | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/misc/tkrunit/files/patch-aa b/misc/tkrunit/files/patch-aa new file mode 100644 index 000000000000..538125555eee --- /dev/null +++ b/misc/tkrunit/files/patch-aa @@ -0,0 +1,10 @@ +--- runit.tcl.bak Tue Apr 27 11:48:06 1999 ++++ runit.tcl Tue Apr 27 11:48:06 1999 +@@ -1,6 +1,6 @@ + #!/bin/sh + # the next line restarts using wish \ +- exec wish "$0" "$@" ++ exec wish8.0 "$0" "$@" + + #!/usr/local/bin/wish + ## runit (tkRunIt) 12/4/98 |