[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.67 and 1.68

version 1.67, 2020/04/13 20:51:57 version 1.68, 2020/05/16 16:02:24
Line 190 
Line 190 
                 retcode = WTERMSIG(status);                  retcode = WTERMSIG(status);
                 xasprintf(&msg, "'%s' terminated by signal %d", cmd, retcode);                  xasprintf(&msg, "'%s' terminated by signal %d", cmd, retcode);
                 retcode += 128;                  retcode += 128;
         }          } else
                   retcode = 0;
         if (msg != NULL)          if (msg != NULL)
                 cmd_run_shell_print(job, msg);                  cmd_run_shell_print(job, msg);
         free(msg);          free(msg);

Legend:
Removed from v.1.67  
changed lines
  Added in v.1.68