[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.47 and 1.48

version 1.47, 2017/07/12 10:04:51 version 1.48, 2017/07/14 18:49:07
Line 72 
Line 72 
                 close(out[1]);                  close(out[1]);
                 return (NULL);                  return (NULL);
         case 0:          case 0:
                 proc_clear_signals(server_proc);                  proc_clear_signals(server_proc, 1);
                 sigprocmask(SIG_SETMASK, &oldset, NULL);                  sigprocmask(SIG_SETMASK, &oldset, NULL);
   
                 if (cwd == NULL || chdir(cwd) != 0) {                  if (cwd == NULL || chdir(cwd) != 0) {

Legend:
Removed from v.1.47  
changed lines
  Added in v.1.48