From 5c080496bb37a8b666ab2d7d961e311c3d99da9f Mon Sep 17 00:00:00 2001 From: Dirk Zimoch Date: Mon, 22 Mar 2021 14:17:12 +0100 Subject: [PATCH] find modules in bin when in snc dir --- startup.script_common | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/startup.script_common b/startup.script_common index 02cd6fc..6b44463 100644 --- a/startup.script_common +++ b/startup.script_common @@ -64,7 +64,7 @@ putenv STRINGBUFFER STREAM_PROTOCOL_DIR=malloc(80) sprintf STREAM_PROTOCOL_DIR, "%s/cfg", HOME -sprintf STRINGBUFFER, "EPICS_DRIVER_PATH=.:bin/%s_%s:bin:snl:%s", EPICS, EPICS_HOST_ARCH, EPICS_MODULES +sprintf STRINGBUFFER, "EPICS_DRIVER_PATH=.:bin/%s_%s:bin:snl:../bin:%s", EPICS, EPICS_HOST_ARCH, EPICS_MODULES putenv STRINGBUFFER # Release memory above 32 MB @@ -96,7 +96,7 @@ printf "loading %s\n",STRINGBUFFER ld 0, 0, STRINGBUFFER # Setup Time (must be set after loading iocCoreLibrary.munch) -# 2021: +# 2021: putenv "EPICS_TIMEZONE=MET::-60:032802:103103" putenv "TIMEZONE=MET::-60:032802:103103" putenv "EPICS_TS_MIN_WEST=-60"