diff --git a/changelog b/changelog index 7fdcca6..2d037de 100644 --- a/changelog +++ b/changelog @@ -1,5 +1,6 @@ -20080119 gxv src/hyper/keyin handle numlock in hyperdoc correctly -20080119 gxv src/hyper/dialog handle numlock in hyperdoc correctly +20080120 tpd src/input/Makefile fix MoreSystemCommand loading (7101/204) +20080119 gxv src/hyper/keyin handle numlock in hyperdoc correctly (7100/149) +20080119 gxv src/hyper/dialog handle numlock in hyperdoc correctly (7100/149) 20080119 tpd src/input/e1.input regression test E1(0.0) 20080119 tpd src/algebra/special.spad handle E1(0.0) properly 20080119 tpd changelog credit FreeAbelianGroup fix to Franz Lehner diff --git a/src/input/Makefile.pamphlet b/src/input/Makefile.pamphlet index fecb71d..533002e 100644 --- a/src/input/Makefile.pamphlet +++ b/src/input/Makefile.pamphlet @@ -396,10 +396,10 @@ identical output. @ echo ')read $*' >> tmp.input @ echo ')lisp (bye)' >> tmp.input @ if [ -z "${NOISE}" ] ; then \ - echo 'systemCommand "read tmp.input"' | ${TESTSYS} \ + echo ")read tmp.input" | ${TESTSYS} \ | egrep -v '(Timestamp|Version)' | tee $*.output ; \ else \ - echo 'systemCommand "read tmp.input"' | ${TESTSYS} \ + echo ")read tmp.input" | ${TESTSYS} \ | egrep -v '(Timestamp|Version)' > $*.output ; \ fi @ rm tmp.input