From 8c9eba195b436bb54870be1f59da206f7306a939 Mon Sep 17 00:00:00 2001
From: Ron Sluiter <rsluiter@users.noreply.github.com>
Date: Thu, 28 Aug 2008 19:55:56 +0000
Subject: [PATCH] convertRelease.pl does not define STARTUP for envPaths.

---
 iocBoot/iocLinux/save_restore.cmd | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/iocBoot/iocLinux/save_restore.cmd b/iocBoot/iocLinux/save_restore.cmd
index f3e2c91..69bca1a 100644
--- a/iocBoot/iocLinux/save_restore.cmd
+++ b/iocBoot/iocLinux/save_restore.cmd
@@ -39,8 +39,8 @@ set_pass1_restoreFile("auto_settings.sav")
 
 ###
 # specify directories in which to to search for included request files
-set_requestfile_path("$(STARTUP)", "")
-set_requestfile_path("$(STARTUP)", "autosave")
+set_requestfile_path("$(TOP)/iocBoot/$(IOC)", "")
+set_requestfile_path("$(TOP)/iocBoot/$(IOC)", "autosave")
 set_requestfile_path("$(AUTOSAVE)", "asApp/Db")
 set_requestfile_path("$(CALC)", "calcApp/Db")
 #set_requestfile_path("$(CAMAC)", "camacApp/Db")
-- 
GitLab