[BACK]Return to cmd-if-shell.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/cmd-if-shell.c between version 1.32 and 1.33

version 1.32, 2015/04/24 22:19:36 version 1.33, 2015/09/16 22:24:54
Line 143 
Line 143 
         struct cmd_list                 *cmdlist;          struct cmd_list                 *cmdlist;
         char                            *cause, *cmd;          char                            *cause, *cmd;
   
         if (cmdq->dead)          if (cmdq->flags & CMD_Q_DEAD)
                 return;                  return;
   
         if (!WIFEXITED(job->status) || WEXITSTATUS(job->status) != 0)          if (!WIFEXITED(job->status) || WEXITSTATUS(job->status) != 0)

Legend:
Removed from v.1.32  
changed lines
  Added in v.1.33