diff --git a/src/makeBaseApp/top/exampleBoot/ioc/st.cmd@Common b/src/makeBaseApp/top/exampleBoot/ioc/st.cmd@Common index da313e14a..b3269ff97 100644 --- a/src/makeBaseApp/top/exampleBoot/ioc/st.cmd@Common +++ b/src/makeBaseApp/top/exampleBoot/ioc/st.cmd@Common @@ -5,7 +5,7 @@ < envPaths -cd ${TOP} +cd "${TOP}" ## Register all support components dbLoadDatabase "dbd/_APPNAME_.dbd" @@ -21,7 +21,7 @@ dbLoadRecords "db/dbSubExample.db", "user=_USER_Host" ## Run this to trace the stages of iocInit #traceIocInit -cd ${TOP}/iocBoot/${IOC} +cd "${TOP}/iocBoot/${IOC}" iocInit ## Start any sequence programs diff --git a/src/makeBaseApp/top/iocBoot/ioc/st.cmd@Common b/src/makeBaseApp/top/iocBoot/ioc/st.cmd@Common index 68cb61934..521a1007e 100644 --- a/src/makeBaseApp/top/iocBoot/ioc/st.cmd@Common +++ b/src/makeBaseApp/top/iocBoot/ioc/st.cmd@Common @@ -5,7 +5,7 @@ < envPaths -cd ${TOP} +cd "${TOP}" ## Register all support components dbLoadDatabase "dbd/_APPNAME_.dbd" @@ -14,7 +14,7 @@ _CSAFEAPPNAME__registerRecordDeviceDriver pdbbase ## Load record instances #dbLoadRecords("db/xxx.db","user=_USER_Host") -cd ${TOP}/iocBoot/${IOC} +cd "${TOP}/iocBoot/${IOC}" iocInit ## Start any sequence programs