[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.11 and 1.12

version 1.11, 2011/01/26 01:54:56 version 1.12, 2011/05/25 17:50:52
Line 88 
Line 88 
                 return;                  return;
         }          }
   
         if (cmd_list_exec(cmdlist, ctx) < 0) {          cmd_list_exec(cmdlist, ctx);
                 cmd_list_free(cmdlist);  
                 return;  
         }  
   
         cmd_list_free(cmdlist);          cmd_list_free(cmdlist);
 }  }
   

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12