[BACK]Return to main.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / usr.bin / make

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/usr.bin/make/main.c between version 1.568 and 1.569

version 1.568, 2022/01/09 18:49:28 version 1.569, 2022/01/10 20:32:28
Line 1720  Cmd_Exec(const char *cmd, char **error)
Line 1720  Cmd_Exec(const char *cmd, char **error)
         args[1] = "-c";          args[1] = "-c";
         args[2] = cmd;          args[2] = cmd;
         args[3] = NULL;          args[3] = NULL;
           DEBUG1(VAR, "Capturing the output of command \"%s\"\n", cmd);
   
         if (pipe(pipefds) == -1) {          if (pipe(pipefds) == -1) {
                 *error = str_concat3(                  *error = str_concat3(

Legend:
Removed from v.1.568  
changed lines
  Added in v.1.569

CVSweb <webmaster@jp.NetBSD.org>