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

Diff for /src/usr.bin/at/at.c between version 1.43 and 1.44

version 1.43, 2005/06/23 14:39:35 version 1.44, 2005/10/25 15:49:38
Line 303 
Line 303 
         /*          /*
          * Write out the environment. Anything that may look like a special           * Write out the environment. Anything that may look like a special
          * character to the shell is quoted, except for \n, which is done           * character to the shell is quoted, except for \n, which is done
          * with a pair of "'s.  Dont't export the no_export list (such as           * with a pair of "'s.  Don't export the no_export list (such as
          * TERM or DISPLAY) because we don't want these.           * TERM or DISPLAY) because we don't want these.
          */           */
         for (atenv = environ; *atenv != NULL; atenv++) {          for (atenv = environ; *atenv != NULL; atenv++) {

Legend:
Removed from v.1.43  
changed lines
  Added in v.1.44