setEpicsEnv ignores case
Closed this issue · 1 comments
jeonghanlee commented
The current setEpicsEnv can handle the following case:
- no EPICS_BASE environment
- run more than twice setEPICSEnv
However, it cannot handle to "existing different EPICS_BASE" in PATH and LD_LIBRARY_PATH.
Redesign it to handle them.
jeonghanlee commented
fixed at 256ee38