From c7c8bc9184ce962727a402e1186c0cc2af9576d7 Mon Sep 17 00:00:00 2001
From: timmmooney <mooney@aps.anl.gov>
Date: Fri, 14 Mar 2008 20:16:02 +0000
Subject: [PATCH] Replaced "$(STARTUP)" with startup

---
 iocBoot/iocvxWorks/save_restore.cmd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/iocBoot/iocvxWorks/save_restore.cmd b/iocBoot/iocvxWorks/save_restore.cmd
index f540629..fa9471b 100644
--- a/iocBoot/iocvxWorks/save_restore.cmd
+++ b/iocBoot/iocvxWorks/save_restore.cmd
@@ -28,7 +28,7 @@ save_restoreSet_NumSeqFiles(3)
 save_restoreSet_SeqPeriodInSeconds(300)
 
 # specify where save files should be
-set_savefile_path("$(STARTUP)", "autosave")
+set_savefile_path(startup, "autosave")
 
 ###
 # specify what save files should be restored.  Note these files must be
-- 
GitLab