Changeset 4200 for trunk/tools/DailyBuild
- Timestamp:
- Sep 7, 2000, 7:16:49 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/DailyBuild/job.cmd
r4193 r4200 1 /* $Id: job.cmd,v 1. 3 2000-09-05 17:36:21bird Exp $1 /* $Id: job.cmd,v 1.4 2000-09-07 17:16:49 bird Exp $ 2 2 * 3 3 * Main job for building OS/2. … … 58 58 'cd c:\odin32'; 59 59 if (rc <> 0) then call failure rc, 'cd c:\odin32 failed.'; 60 'unzip -o ' || sTree || ' *debug.zip';60 'unzip -o ' || sTree || '\*debug.zip'; 61 61 if (rc <> 0) then call failure rc, 'unzip failed.'; 62 62 'd:'
Note:
See TracChangeset
for help on using the changeset viewer.