jeonghanlee/epics_builder

setEpicsEnv ignores case

Closed this issue · 1 comments

The current setEpicsEnv can handle the following case:

  1. no EPICS_BASE environment
  2. 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.

fixed at 256ee38