diff options
Diffstat (limited to 'src/input/Makefile.pamphlet')
-rw-r--r-- | src/input/Makefile.pamphlet | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/Makefile.pamphlet b/src/input/Makefile.pamphlet index 24956a19..484e1501 100644 --- a/src/input/Makefile.pamphlet +++ b/src/input/Makefile.pamphlet @@ -361,7 +361,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 ) |