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

Diff for /src/usr.bin/tmux/job.c between version 1.51 and 1.52

version 1.51, 2018/08/23 18:39:12 version 1.52, 2018/09/27 07:43:18
Line 80 
Line 80 
   
         if (socketpair(AF_UNIX, SOCK_STREAM, PF_UNSPEC, out) != 0)          if (socketpair(AF_UNIX, SOCK_STREAM, PF_UNSPEC, out) != 0)
                 return (NULL);                  return (NULL);
           log_debug("%s: cmd=%s, cwd=%s", __func__, cmd, cwd);
   
         /*          /*
          * Do not set TERM during .tmux.conf, it is nice to be able to use           * Do not set TERM during .tmux.conf, it is nice to be able to use

Legend:
Removed from v.1.51  
changed lines
  Added in v.1.52