From 1b0455baf3c0e0835d11235a421fc52b8a7ae1a4 Mon Sep 17 00:00:00 2001 From: Eric Swenson Date: Fri, 3 Aug 2018 18:04:38 -0700 Subject: [PATCH] Updated misc.tcl to build jotto successfully despite IT IS NOW messages. On my machine the expect script fails to see the ". words" because the "." is separated by a newline and the message "IT IS NOW..." (time) followed by a newline with "words". Chnaged from ". words" to "words". Resolves #1134. --- build/misc.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/misc.tcl b/build/misc.tcl index 498d1c05..0c46da7f 100644 --- a/build/misc.tcl +++ b/build/misc.tcl @@ -466,7 +466,7 @@ type "c/\0331'dict\033\r" # Run the dictionary loader, skipping its filename setup code. type "beg7\033g" # Dump out TS JOTTO including the dictionary. -respond ". words" ":pdump sys1;ts jotto\r" +respond "words" ":pdump sys1;ts jotto\r" respond "*" ":kill\r" # ngame