templates: Quote path names in st.cmd files, permits spaces

Request from Eric Norum.
This commit is contained in:
Andrew Johnson
2014-07-01 10:55:52 -05:00
parent e374ee4658
commit 2bf6d88607
2 changed files with 4 additions and 4 deletions
@@ -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
@@ -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