Changeset 6125 for trunk/tools/DailyBuild
- Timestamp:
- Jun 27, 2001, 10:34:43 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/DailyBuild/job.cmd
r5192 r6125 1 /* $Id: job.cmd,v 1. 6 2001-02-19 17:15:31bird Exp $1 /* $Id: job.cmd,v 1.7 2001-06-27 08:34:43 bird Exp $ 2 2 * 3 3 * Main job for building OS/2. … … 62 62 'cd d:\odin'; 63 63 if (rc <> 0) then call failure rc, 'cd d:\odin failed.'; 64 'unzip -o ' || sTree || '\ *debug.zip';64 'unzip -o ' || sTree || '\odin*debug.zip'; 65 65 if (rc <> 0) then call failure rc, 'unzip failed.'; 66 66 'd:'
Note:
See TracChangeset
for help on using the changeset viewer.