Ignore:
Timestamp:
Sep 6, 2001, 5:23:20 AM (24 years ago)
Author:
bird
Message:

Minor fixes.

File:
1 edited

Legend:

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

    r6127 r6669  
    1 /* $Id: odin32env.cmd,v 1.20 2001-06-27 08:56:28 bird Exp $
     1/* $Id: odin32env.cmd,v 1.21 2001-09-06 03:23:20 bird Exp $
    22 *
    33 * Sets the build environment.
     
    4141        call VAC30 1;
    4242        call VAC36 1;
     43        call VAC36 0;
    4344        call Watcom 0;
    4445    end
     
    569570        i = j;
    570571    end
    571 
    572     return rc;
     572return rc;
     573
    573574
    574575/*
     
    662663    /* If we're only to remove the sToAdd value, we're finised now. */
    663664    if (fRM) then
    664         reutrn EnvVar_Set(0, sEnvVar, sOrgEnvVar);
     665        return EnvVar_Set(0, sEnvVar, sOrgEnvVar);
    665666
    666667    /* fNoEnd: remove separator at end (if any) and remove previously sToAdd. */
Note: See TracChangeset for help on using the changeset viewer.