Skip to content
Snippets Groups Projects
Commit afeded38 authored by Simon Rose's avatar Simon Rose
Browse files

Ensure that EPICS_DRIVER_PATH is set first

Previously, it was the case that running
```
$ iocsh -r module -l cellMods
$ iocsh -l cellMods -r module
```
would both work correctly, but if you looked at the IOC log it was not
clear why that was the case; in the former case it _appeared_ like we
were finding the module before setting `EPICS_DRIVER_PATH`. This only
worked because this variable is exported from the shell.

This change forces the `-l` flag to be processed _before_ all of the
other flags in order to ensure that paths are determined first.
parent ca02cbe0
No related branches found
No related tags found
Loading
Checking pipeline status
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment