Ignore:
Timestamp:
Apr 15, 2003, 12:53:04 AM (22 years ago)
Author:
bird
Message:

Copy buildenv.cmd.paths.

File:
1 edited

Legend:

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

    r10021 r10022  
    1 /* $Id: odin32get.cmd,v 1.4 2003-04-14 22:52:42 bird Exp $
     1/* $Id: odin32get.cmd,v 1.5 2003-04-14 22:53:04 bird Exp $
    22 *
    33 * Gets the CVS tree from netlabs.
     
    1818    'cvs checkout .'
    1919    if (RC <> 0) then call failure rc, 'CVS checkout . failed';
    20     'copy ..\scripts\bin\buildenv.cmd.paths tools\bin\'
     20    'copy ..\scripts\bin\buildenv.cmd.paths tools\bin\buildenv.cmd.paths'
    2121    exit(0);
    2222
Note: See TracChangeset for help on using the changeset viewer.