1
0
mirror of https://github.com/PDP-10/its.git synced 2026-02-27 09:18:58 +00:00

Don't require a space after (todo)/(todoi)'s contents.

The DB and KA configurations have different console terminal widths, and
format these lists differently: DB puts a space after the right bracket,
and KA doesn't, so the build was hanging here on KA.
This commit is contained in:
Adam Sampson
2018-08-01 21:37:18 +01:00
committed by Eric Swenson
parent be05047e61
commit 29b6dc4e14

View File

@@ -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" {
}