[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.45 and 1.46

version 1.45, 2017/05/31 17:56:48 version 1.46, 2017/07/12 09:24:17
Line 68 
Line 68 
                 close(out[1]);                  close(out[1]);
                 return (NULL);                  return (NULL);
         case 0:         /* child */          case 0:         /* child */
                 clear_signals(1);                  proc_clear_signals(server_proc);
   
                 if (cwd == NULL || chdir(cwd) != 0) {                  if (cwd == NULL || chdir(cwd) != 0) {
                         if ((home = find_home()) == NULL || chdir(home) != 0)                          if ((home = find_home()) == NULL || chdir(home) != 0)

Legend:
Removed from v.1.45  
changed lines
  Added in v.1.46