mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
17 lines
445 B
Plaintext
17 lines
445 B
Plaintext
--- 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 /usr/X11R6/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 "/usr/X11R6/share/abacus"
|
|
}
|
|
|
|
wm withdraw .
|