Ignore:
Timestamp:
Feb 19, 2001, 6:15:31 PM (25 years ago)
Author:
bird
Message:

Moved local installation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/DailyBuild/job.cmd

    r4890 r5192  
    1 /* $Id: job.cmd,v 1.5 2001-01-08 22:08:28 bird Exp $
     1/* $Id: job.cmd,v 1.6 2001-02-19 17:15:31 bird Exp $
    22 *
    33 * Main job for building OS/2.
     
    5656
    5757    /*
    58      * Update local installation at c:\odin32...
     58     * Update local installation at d:\odin...
    5959     */
    60     'c:';
    61     if (rc <> 0) then call failure rc, 'c: failed.';
    62     'cd c:\odin32';
    63     if (rc <> 0) then call failure rc, 'cd c:\odin32 failed.';
     60    'd:';
     61    if (rc <> 0) then call failure rc, 'd: failed.';
     62    'cd d:\odin';
     63    if (rc <> 0) then call failure rc, 'cd d:\odin failed.';
    6464    'unzip -o ' || sTree || '\*debug.zip';
    6565    if (rc <> 0) then call failure rc, 'unzip failed.';
Note: See TracChangeset for help on using the changeset viewer.