[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.24 and 1.25

version 1.24, 2013/10/10 12:00:19 version 1.25, 2013/10/10 12:04:38
Line 147 
Line 147 
         struct cmd_if_shell_data        *cdata = cmdq1->data;          struct cmd_if_shell_data        *cdata = cmdq1->data;
         struct cmd_q                    *cmdq = cdata->cmdq;          struct cmd_q                    *cmdq = cdata->cmdq;
   
           if (cmdq1->client_exit >= 0)
                   cmdq->client_exit = cmdq1->client_exit;
   
         if (!cmdq_free(cmdq) && !cdata->bflag)          if (!cmdq_free(cmdq) && !cdata->bflag)
                 cmdq_continue(cmdq);                  cmdq_continue(cmdq);
   

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25