Changeset 9183 for trunk/tools


Ignore:
Timestamp:
Sep 1, 2002, 1:44:51 PM (23 years ago)
Author:
bird
Message:

Problem with cmd.exe and 4os2.exe returning different rcs. Disable RC test.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/bin/buildenv.cmd

    r9175 r9183  
    1 /* $Id: buildenv.cmd,v 1.23 2002-08-30 18:28:57 bird Exp $
     1/* $Id: buildenv.cmd,v 1.24 2002-09-01 11:44:51 bird Exp $
    22 *
    33 * This is the master tools environment script. It contains environment
     
    11411141     */
    11421142    rc = 0;
    1143     if (rcCmd = rcCmdExpected) then
     1143    if (/*rcCmd = rcCmdExpected*/ 1) then
    11441144    do
    11451145        if (pos(sOutputPartExpected, sOutput) <= 0) then
Note: See TracChangeset for help on using the changeset viewer.