aboutsummaryrefslogtreecommitdiff
path: root/src/input/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/input/Makefile.in')
-rw-r--r--src/input/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/Makefile.in b/src/input/Makefile.in
index 52ccd819..2c1195b0 100644
--- a/src/input/Makefile.in
+++ b/src/input/Makefile.in
@@ -744,7 +744,7 @@ all-check: ${OUTS}
echo ')set message test on' > tmp.input; \
echo ')set message auto off' >> tmp.input ; \
echo ')read $*' >> tmp.input ; \
- echo ')lisp (|coreQuit|)' >> tmp.input ; \
+ echo ')boot coreQuit()' >> tmp.input ; \
echo 'systemCommand "read tmp.input"' | ${TESTSYS} | tee $*.output; \
rm tmp.input )