find modules in bin when in snc dir
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user