From e41c83d2de1ee7467919c42f5240ea4a5cc75fb6 Mon Sep 17 00:00:00 2001 From: Marty Kraimer Date: Thu, 4 Jun 1998 13:57:11 +0000 Subject: [PATCH] change #< nfsCommands to #< ../nfsCommands --- src/makeBaseApp/top/exampleBoot/ioc/st.cmd | 2 +- src/makeBaseApp/top/simpleBoot/ioc/st.cmd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/makeBaseApp/top/exampleBoot/ioc/st.cmd b/src/makeBaseApp/top/exampleBoot/ioc/st.cmd index a89bfc733..3c39929f8 100644 --- a/src/makeBaseApp/top/exampleBoot/ioc/st.cmd +++ b/src/makeBaseApp/top/exampleBoot/ioc/st.cmd @@ -5,7 +5,7 @@ < cdCommands -#< nfsCommands +#< ../nfsCommands cd appbin ld < iocCore diff --git a/src/makeBaseApp/top/simpleBoot/ioc/st.cmd b/src/makeBaseApp/top/simpleBoot/ioc/st.cmd index 24f4c5c7f..2d8fed5d1 100644 --- a/src/makeBaseApp/top/simpleBoot/ioc/st.cmd +++ b/src/makeBaseApp/top/simpleBoot/ioc/st.cmd @@ -4,7 +4,7 @@ < cdCommands -#< nfsCommands +#< ../nfsCommands cd appbin ld < iocCore