Ignore:
Timestamp:
Jan 10, 2001, 2:49:52 PM (25 years ago)
Author:
bird
Message:

Corrected bad REXX (too C'ish).

File:
1 edited

Legend:

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

    r4889 r4916  
    1 /* $Id: odin32bldnr.cmd,v 1.2 2001-01-08 22:07:15 bird Exp $
     1/* $Id: odin32bldnr.cmd,v 1.3 2001-01-10 13:49:52 bird Exp $
    22 *
    33 * Build number update script.
     
    8585     */
    8686    'cvs commit -m "Daily build - 'Date('S')'" versionos2.h';
    87     if (rc) then call failed rc, 'failed to commit versionos2.h'
     87    if (rc <> 0) then call failed rc, 'failed to commit versionos2.h'
    8888end
    8989else
Note: See TracChangeset for help on using the changeset viewer.