Changeset 9192 for trunk/tools
- Timestamp:
- Sep 2, 2002, 5:16:32 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/bin/buildenv.cmd
r9185 r9192 1 /* $Id: buildenv.cmd,v 1.2 6 2002-09-01 11:52:54bird Exp $1 /* $Id: buildenv.cmd,v 1.27 2002-09-02 15:16:32 bird Exp $ 2 2 * 3 3 * This is the master tools environment script. It contains environment … … 1141 1141 */ 1142 1142 rc = 0; 1143 if (/*rcCmd = rcCmdExpected*/ 1) then 1143 if (/*rcCmd = rcCmdExpected*/ 1) then /* doesn't work with cmd.exe */ 1144 1144 do 1145 1145 if (pos(sOutputPartExpected, sOutput) <= 0) then 1146 1146 do 1147 /*1148 1147 say 'Debug - start' 1149 1148 say 'Debug:' sOutputPartExpected … … 1151 1150 say sOutput 1152 1151 say 'Debug - end' 1153 */1154 1152 rc = 99 1155 1153 end
Note:
See TracChangeset
for help on using the changeset viewer.