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

Diff for /src/usr.bin/tmux/cmd-run-shell.c between version 1.78 and 1.79

version 1.78, 2021/08/25 08:51:55 version 1.79, 2021/09/09 13:38:32
Line 132 
Line 132 
                 if (cmd != NULL)                  if (cmd != NULL)
                         cdata->cmd = format_single_from_target(item, cmd);                          cdata->cmd = format_single_from_target(item, cmd);
         } else {          } else {
                 cdata->cmdlist = args_make_commands_now(self, item, 0);                  cdata->cmdlist = args_make_commands_now(self, item, 0, 1);
                 if (cdata->cmdlist == NULL)                  if (cdata->cmdlist == NULL)
                         return (CMD_RETURN_ERROR);                          return (CMD_RETURN_ERROR);
         }          }

Legend:
Removed from v.1.78  
changed lines
  Added in v.1.79