blob: cf961b3f9f76fb1a2f3edc1fa80a0245a23f4739 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
--- abacus Mon Aug 3 11:25:52 1998
+++ /home/andy/tmp/wrk/abacus Tue Aug 18 15:55:55 1998
@@ -1,3 +1,3 @@
#!/bin/sh
# The next line restarts using nxlc \
-exec $ABACUS_HOME/tcl_interf/nxlc -f $0 ${1+"$@"}
+exec %%PREFIX%%/share/abacus/tcl_interf/nxlc -f $0 ${1+"$@"}
@@ -15,7 +15,7 @@
if [info exists env(ABACUS_HOME)] {
set home $env(ABACUS_HOME)
} else {
- set home "."
+ set home "%%PREFIX%%/share/abacus"
}
wm withdraw .
|