Ignore:
Timestamp:
Jun 27, 2001, 10:34:43 AM (24 years ago)
Author:
bird
Message:

Install valid zip file on my PC.

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:31 bird Exp $
     1/* $Id: job.cmd,v 1.7 2001-06-27 08:34:43 bird Exp $
    22 *
    33 * Main job for building OS/2.
     
    6262    'cd d:\odin';
    6363    if (rc <> 0) then call failure rc, 'cd d:\odin failed.';
    64     'unzip -o ' || sTree || '\*debug.zip';
     64    'unzip -o ' || sTree || '\odin*debug.zip';
    6565    if (rc <> 0) then call failure rc, 'unzip failed.';
    6666    'd:'
Note: See TracChangeset for help on using the changeset viewer.