Ignore:
Timestamp:
Sep 7, 2000, 7:16:49 PM (25 years ago)
Author:
bird
Message:

Minor correction.

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:21 bird Exp $
     1/* $Id: job.cmd,v 1.4 2000-09-07 17:16:49 bird Exp $
    22 *
    33 * Main job for building OS/2.
     
    5858    'cd c:\odin32';
    5959    if (rc <> 0) then call failure rc, 'cd c:\odin32 failed.';
    60     'unzip -o ' || sTree || '*debug.zip';
     60    'unzip -o ' || sTree || '\*debug.zip';
    6161    if (rc <> 0) then call failure rc, 'unzip failed.';
    6262    'd:'
Note: See TracChangeset for help on using the changeset viewer.