From 6fe7d99ce4a4eeb39ac374c655f60d190ce6719b Mon Sep 17 00:00:00 2001 From: Adam Sampson Date: Wed, 26 Aug 2020 18:18:54 +0100 Subject: [PATCH] Match just ..PERM/ after the Muddle build. DDT might choose to output -1 as a symbol instead -- matching just ..PERM/ should still catch broken Muddle initialisation. --- build/muddle.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/muddle.tcl b/build/muddle.tcl index 588a4c2d..60421c58 100644 --- a/build/muddle.tcl +++ b/build/muddle.tcl @@ -16,7 +16,7 @@ respond "\n" "D\033\033" respond "\n" "strng/\0331\"56^?^?^?\033\r" respond "\n" ":pdump mudsav; ts mud56\r" respond "*" ":start\r" -respond "..PERM/ -1" ":pdump mudsav; ts mdl56\r" +respond "..PERM/" ":pdump mudsav; ts mdl56\r" respond "*" ":kill\r" respond "*" ":midas sys3; ts mudinq_sysen2; mudinq\r"