Closed prjemian closed 5 years ago
When using the XXX module as an IOC template, it is easy to change the IOC prefix in one place: common.iocsh. However, the st.cmd.* files use a hard-coded IOC=xxx definition.
common.iocsh
st.cmd.*
IOC=xxx
This should use IOC=$(PREFIX) instead.
IOC=$(PREFIX)
Fixed with #31
fixed by #31
When using the XXX module as an IOC template, it is easy to change the IOC prefix in one place:
common.iocsh
. However, thest.cmd.*
files use a hard-codedIOC=xxx
definition.This should use
IOC=$(PREFIX)
instead.