From e661f0d4b529e71d697eb4f1d33a9d6f5b1ec799 Mon Sep 17 00:00:00 2001
From: Ron Sluiter <rsluiter@users.noreply.github.com>
Date: Thu, 13 Nov 2014 19:31:58 +0000
Subject: [PATCH] "ld" is unreliable in any form; replaced by "load".

---
 iocBoot/iocvxWorks/st.cmd | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/iocBoot/iocvxWorks/st.cmd b/iocBoot/iocvxWorks/st.cmd
index 4323ebb..88e4a39 100644
--- a/iocBoot/iocvxWorks/st.cmd
+++ b/iocBoot/iocvxWorks/st.cmd
@@ -28,8 +28,7 @@ sysCplusEnable=1
 ##mem = malloc(1024*1024*96)
 
 ### Load synApps EPICS software
-### doesn't work for tornado 2.2.2 ### ld < xxx.munch
-ld(0,0,"xxx.munch")
+load("xxx.munch")
 cd startup
 
 # Increase size of buffer for error logging from default 1256
-- 
GitLab