Changeset 4011
- Timestamp:
- May 21, 2020, 11:27:14 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/src/netlabs/install/postwpi2.cmd ¶
r4009 r4011 156 156 'CALL CLEANUP'; IF (rc \= 0) THEN LEAVE 157 157 'CALL DYNCFG'; IF (rc \= 0) THEN LEAVE 158 'CALL EPMSP'; /* Ignore errors from here */159 158 /* Since WarpIN 1.0.18, WarpIN's database is openened */ 160 159 /* non-shareable. This was moved to MAIN.E and is */ … … 164 163 /*'CALL EXPOBJ NOMSG'; IF (rc \= 0) THEN LEAVE*/ 165 164 'CALL INITREG'; IF (rc \= 0) THEN LEAVE 165 'CALL EPMSP'; /* Ignore errors from here */ 166 166 167 167 /* The following doesn't always work reliable. */
Note:
See TracChangeset
for help on using the changeset viewer.