Use results from putenv in cdCommands with R3.14.4

This commit is contained in:
Ron Sluiter
2003-11-13 19:57:58 +00:00
parent 6a95e432a2
commit 48cb0141ec
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -22,10 +22,10 @@ sysCplusEnable=1
ld < WithMPFVx.munch
cd startup
dbLoadDatabase("../../dbd/WithMPFVx.dbd")
dbLoadDatabase("$(TOP)/dbd/WithMPFVx.dbd")
WithMPFVx_registerRecordDeviceDriver(pdbbase)
dbLoadRecords("../../db/WithMPF.db")
dbLoadRecords("$(TOP)/db/WithMPF.db")
routerInit
MPF_Server_Location = 0
+2 -2
View File
@@ -22,10 +22,10 @@ sysCplusEnable=1
ld < WithMPFVx.munch
cd startup
dbLoadDatabase("../../dbd/WithMPFVx.dbd")
dbLoadDatabase("$(TOP)/dbd/WithMPFVx.dbd")
WithMPFVx_registerRecordDeviceDriver(pdbbase)
dbLoadRecords("../../db/WithMPF.db")
dbLoadRecords("$(TOP)/db/WithMPF.db")
routerInit
MPF_Server_Location = 0