1997-10-04 00:16:35 +02:00
|
|
|
--- bin/specTcl.orig Fri Oct 3 23:04:56 1997
|
|
|
|
+++ bin/specTcl Fri Oct 3 23:51:41 1997
|
|
|
|
@@ -8,10 +8,10 @@
|
|
|
|
# SCCS: @(#) specTcl 1.9 97/06/26 10:06:06
|
|
|
|
|
|
|
|
# Change DIR to the directory that contains the SpecTcl source files
|
|
|
|
-DIR=../SpecTcl
|
2001-01-01 19:21:46 +01:00
|
|
|
+DIR=%%PREFIX%%/SpecTcl/lib
|
1997-10-04 00:16:35 +02:00
|
|
|
|
|
|
|
# Change WISH to the pathname of your tk4.1a2 (or >) wish binary
|
|
|
|
-WISH=`which wish`
|
2002-11-23 09:06:36 +01:00
|
|
|
+WISH=%%WISH%%
|
1997-10-04 00:16:35 +02:00
|
|
|
|
|
|
|
env SPECTCL_DIR=$DIR $WISH $DIR/main.tk $@ &
|
|
|
|
echo "Starting SpecTcl 1.1"
|