blob: a7774a7d8ba4304afdd5ec96ac759e0fe96ea22c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
--- 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
+DIR=%%PREFIX%%/SpecTcl/lib
# Change WISH to the pathname of your tk4.1a2 (or >) wish binary
-WISH=`which wish`
+WISH=%%WISH%%
env SPECTCL_DIR=$DIR $WISH $DIR/main.tk $@ &
echo "Starting SpecTcl 1.1"
|