aboutsummaryrefslogtreecommitdiff
path: root/src/interp/ht-root.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/ht-root.boot')
-rw-r--r--src/interp/ht-root.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/ht-root.boot b/src/interp/ht-root.boot
index 965b1f7e..7307caa6 100644
--- a/src/interp/ht-root.boot
+++ b/src/interp/ht-root.boot
@@ -270,7 +270,7 @@ htTutorialSearch pattern ==
s := mkUnixPattern s
source := '"$AXIOM/share/hypertex/pages/ht.db"
target :='"/tmp/temp.text.$SPADNUM"
- OBEY STRCONC('"$AXIOM/lib/hthits",'" _"",s,'"_" ",source,'" > ",target)
+ runCommand STRCONC('"$AXIOM/lib/hthits",'" _"",s,'"_" ",source,'" > ",target)
lines := dbReadLines 'temp
htInitPageNoScroll(nil,['"Tutorial Pages mentioning {\em ",pattern,'"}"])
htSay('"\beginscroll\table{")