[BACK]Return to var.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / make

Diff for /src/usr.bin/make/var.c between version 1.48 and 1.49

version 1.48, 2000/09/14 13:32:08 version 1.49, 2000/10/13 08:29:21
Line 640 
Line 640 
      * actually empty at this point).       * actually empty at this point).
      */       */
     if (ctxt == VAR_CMD) {      if (ctxt == VAR_CMD) {
         setenv(name, val, 1);          esetenv(name, val);
         (void)VarAdd(name, val, VAR_ENV);          (void)VarAdd(name, val, VAR_ENV);
     }      }
 }  }

Legend:
Removed from v.1.48  
changed lines
  Added in v.1.49