diff options
author | Thomas Adam <thomas@xteddy.org> | 2017-04-20 12:01:14 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2017-04-20 12:01:14 +0100 |
commit | 48371216df07c588180b8e2246930a96e94de62b (patch) | |
tree | b7fe5d01adee8885d766616fcea5ff41d773ec01 /cmd-run-shell.c | |
parent | e30f9dc1fae848d659295a9dfab0a5e0cf4e1a46 (diff) | |
parent | 21993105e53da0f5aae583b494c83f1cbbf48b1b (diff) | |
download | rtmux-48371216df07c588180b8e2246930a96e94de62b.tar.gz rtmux-48371216df07c588180b8e2246930a96e94de62b.tar.bz2 rtmux-48371216df07c588180b8e2246930a96e94de62b.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'cmd-run-shell.c')
-rw-r--r-- | cmd-run-shell.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd-run-shell.c b/cmd-run-shell.c index d06d7f99..48d88049 100644 --- a/cmd-run-shell.c +++ b/cmd-run-shell.c @@ -110,8 +110,8 @@ cmd_run_shell_exec(struct cmd *self, struct cmdq_item *item) if (!args_has(args, 'b')) cdata->item = item; - job_run(cdata->cmd, s, cwd, cmd_run_shell_callback, cmd_run_shell_free, - cdata); + job_run(cdata->cmd, s, cwd, NULL, cmd_run_shell_callback, + cmd_run_shell_free, cdata); if (args_has(args, 'b')) return (CMD_RETURN_NORMAL); |