Changeset 70814 in vbox for trunk/src/bldprogs
- Timestamp:
- Jan 30, 2018 6:01:29 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 120611
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bldprogs/scmsubversion.cpp
r69515 r70814 603 603 if (fNormalFailureOk || Status.enmReason != RTPROCEXITREASON_NORMAL) 604 604 RTMsgError("%s: %s -> %s %u\n", 605 pState ->pszFilename, pszCmdLine,605 pState ? pState->pszFilename : "<NONE>", pszCmdLine, 606 606 Status.enmReason == RTPROCEXITREASON_NORMAL ? "exit code" 607 607 : Status.enmReason == RTPROCEXITREASON_SIGNAL ? "signal"
Note:
See TracChangeset
for help on using the changeset viewer.