mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
20 lines
507 B
Plaintext
20 lines
507 B
Plaintext
|
--- abacus Mon Aug 3 11:25:52 1998
|
||
|
+++ /home/andy/tmp/wrk/abacus Tue Aug 18 15:55:55 1998
|
||
|
@@ -1,6 +1,6 @@
|
||
|
#!/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+"$@"}
|
||
|
# $Id: xxl,v 1.9 1997/03/27 10:00:57 aml Exp $
|
||
|
|
||
|
global env
|
||
|
@@ -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 .
|