From 31db8cdfc5419d01ad7bcf938ba480c91b3d41d7 Mon Sep 17 00:00:00 2001 From: Dirk Zimoch Date: Wed, 12 Aug 2015 13:51:58 +0200 Subject: [PATCH] use new library --- iocsh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/iocsh b/iocsh index 709f301..24d6815 100755 --- a/iocsh +++ b/iocsh @@ -333,12 +333,12 @@ then EXE=$EPICS_BASE/bin/$EPICS_HOST_ARCH/softIoc ARGS="-D $EPICS_BASE/dbd/softIoc.dbd" # load "require" command - [ -z "$REQUIRE" ] && REQUIRE=misc LIBPREFIX=lib LIBPOSTFIX=.so if [ "$EPICS_MODULES" ] then + [ -z "$REQUIRE" ] && REQUIRE=require if [ -z "$REQUIRE_LIB" ] then if [ "$REQUIRE_VERSION" ] @@ -350,6 +350,7 @@ then fi REQUIRE_DBD=$(dirname $(dirname $(dirname $REQUIRE_LIB)))/dbd/$REQUIRE.dbd else + [ -z "$REQUIRE" ] && REQUIRE=misc if [ -z "$REQUIRE_LIB" ] then if [ "$REQUIRE_VERSION" ]