diff --git a/build/build.tcl b/build/build.tcl index 50e53e70..e226d328 100644 --- a/build/build.tcl +++ b/build/build.tcl @@ -89,14 +89,14 @@ proc build_macsyma_portion {} { respond_load "(load \"libmax;maxmac\")" respond_load "(todo)" expect { - ") \r" { + -re {\) *\r} { } "NIL" { } } type "(todoi)" expect { - ") \r" { + -re {\) *\r} { } "NIL" { }