[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.6 and 1.7

version 1.6, 2009/11/01 23:20:37 version 1.7, 2009/11/13 19:53:29
Line 36 
Line 36 
 const struct cmd_entry cmd_if_shell_entry = {  const struct cmd_entry cmd_if_shell_entry = {
         "if-shell", "if",          "if-shell", "if",
         "shell-command command",          "shell-command command",
         CMD_ARG2, 0,          CMD_ARG2, "",
         cmd_target_init,          cmd_target_init,
         cmd_target_parse,          cmd_target_parse,
         cmd_if_shell_exec,          cmd_if_shell_exec,

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7