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

Diff for /src/usr.bin/make/job.c between version 1.58 and 1.59

version 1.58, 2004/11/29 06:20:03 version 1.59, 2005/04/13 02:33:08
Line 1336 
Line 1336 
   
            (void)execv(shellPath, argv);             (void)execv(shellPath, argv);
   
         (void)write(2, "Could not execute shell\n",          (void)write(STDERR_FILENO, "Could not execute shell\n",
                      sizeof("Could not execute shell"));                       sizeof("Could not execute shell"));
         _exit(1);          _exit(1);
     } else {      } else {

Legend:
Removed from v.1.58  
changed lines
  Added in v.1.59