From 921e5b02f4e56ecadb8d10c82b819183ecd2c06e Mon Sep 17 00:00:00 2001 From: "W. Eric Norum" Date: Tue, 4 Mar 2003 20:01:03 +0000 Subject: [PATCH] Make commented-out cd command syntactically-correct. --- src/makeBaseApp/top/exampleBoot/ioc/st.cmd@vxWorks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/makeBaseApp/top/exampleBoot/ioc/st.cmd@vxWorks b/src/makeBaseApp/top/exampleBoot/ioc/st.cmd@vxWorks index 787181ea6..6ff500c21 100644 --- a/src/makeBaseApp/top/exampleBoot/ioc/st.cmd@vxWorks +++ b/src/makeBaseApp/top/exampleBoot/ioc/st.cmd@vxWorks @@ -1,7 +1,7 @@ # Example vxWorks startup file # Following will be needed for many board support packages -#cd _TOP_/iocBoot/_IOC_ +#cd "_TOP_/iocBoot/_IOC_" < cdCommands