Skip to content

Commit

Permalink
should be TOP here
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian authored Aug 21, 2020
1 parent a4e7a44 commit c52a099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iocBoot/iocxxx/common.iocsh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ save_restoreSet_Debug(0)
dbLoadRecords("$(DEVIOCSTATS)/db/iocAdminSoft.db","IOC=$(PREFIX)")
# PV aliases change :: into :
# see https://github.com/epics-modules/xxx/issues/30
dbLoadRecords("$(XXX)/xxxApp/Db/iocAdminSoft_aliases.db","P=$(PREFIX)")
dbLoadRecords("$(TOP)/xxxApp/Db/iocAdminSoft_aliases.db","P=$(PREFIX)")

### caputRecorder
iocshLoad("$(CAPUTRECORDER)/iocsh/caputRecorder.iocsh", "PREFIX=$(PREFIX)")
Expand Down

0 comments on commit c52a099

Please sign in to comment.