aboutsummaryrefslogtreecommitdiff
path: root/src/interp/br-saturn.boot
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2008-08-11 23:39:57 +0000
committerdos-reis <gdr@axiomatics.org>2008-08-11 23:39:57 +0000
commit9db6b61081ac23786139c664988260b81195378e (patch)
tree5f0333cc5aa17be7576ff293031270c2dac55b62 /src/interp/br-saturn.boot
parent8a33c76f87483d4b01e666c0013e21b3cf3b7266 (diff)
downloadopen-axiom-9db6b61081ac23786139c664988260b81195378e.tar.gz
* interp/obey.lisp: Remove.
* interp/Makefile.pamphlet (OBJS): Don't include obey.$(FASLEXT). * interp/br-data.boot: Replace OBEY with runCommand. * interp/br-saturn.boot: Likewise. * interp/br-search.boot: Likewise. * interp/c-doc.boot: Likewise. * interp/compat.boot: Likewise. * interp/debug.lisp: Likewise. * interp/g-util.boot: Likewise. * interp/ht-root.boot: Likewise. * interp/i-syscmd.boot: Likewise. * interp/patches.lisp: Likewise. * interp/spad.lisp: Likewise. * interp/util.lisp: Likewise. * interp/vmlisp.lisp: Likewise.
Diffstat (limited to 'src/interp/br-saturn.boot')
-rw-r--r--src/interp/br-saturn.boot4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interp/br-saturn.boot b/src/interp/br-saturn.boot
index 27866a69..9c49cfad 100644
--- a/src/interp/br-saturn.boot
+++ b/src/interp/br-saturn.boot
@@ -93,7 +93,7 @@ off()==
-- '"/windows/temp/browser.text"
-- $saturn =>
-- saturnEvalToFile(x, fn)
--- OBEY '"cat /tmp/sat.text"
+-- runCommand '"cat /tmp/sat.text"
-- EVAL x
@@ -1617,7 +1617,7 @@ mkButtonBox n == STRCONC('"\buttonbox{", STRINGIMAGE n, '"}")
dbSort(x,y) ==
sin := STRINGIMAGE x
sout:= STRINGIMAGE y
- OBEY STRCONC('"sort -f _"",sin,'".text_" > _"", sout, '".text_"")
+ runCommand STRCONC('"sort -f _"",sin,'".text_" > _"", sout, '".text_"")
removeFile STRCONC(sin, '".text")