mirror of
https://github.com/PDP-10/its.git
synced 2026-01-13 23:36:30 +00:00
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.
This commit is contained in:
parent
b2f52fc28c
commit
1b0455baf3
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user