From 478eec5dc56b79b4e9d5b9078032090517a3bae0 Mon Sep 17 00:00:00 2001 From: Eric Swenson Date: Tue, 20 Dec 2016 16:36:00 -0800 Subject: [PATCH] Fixes incorrect link for SYS1; TS ESPELL. This is supposed to be a link to SYS1;TS SPELL, but is currently a link to SYS;TS SPELL (which doesn't exist). --- build/build.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/build.tcl b/build/build.tcl index ea8115f8..6b3afe17 100644 --- a/build/build.tcl +++ b/build/build.tcl @@ -847,7 +847,7 @@ expect ":KILL" # spell respond "*" ":midas sys1;ts spell_syseng;spell\r" expect ":KILL" -respond "*" ":link sys1;ts espell,sys;ts spell\r" +respond "*" ":link sys1;ts espell,sys1;ts spell\r" # jobs respond "*" ":midas sys2;ts jobs_sysen1;jobs\r"