[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.52 and 1.53

version 1.52, 2018/09/27 07:43:18 version 1.53, 2018/10/28 16:10:02
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);          log_debug("%s: cmd=%s, cwd=%s", __func__, cmd, cwd == NULL ? "" : 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.52  
changed lines
  Added in v.1.53