epics-modules / xxx

APS BCDA synApps module: xxx
http://epics-modules.github.io/xxx
Other
5 stars 6 forks source link

st.cmd.* has hard coded IOC name #28

Closed prjemian closed 5 years ago

prjemian commented 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.

This should use IOC=$(PREFIX) instead.

keenanlang commented 5 years ago

Fixed with #31

prjemian commented 5 years ago

fixed by #31