diff options
author | Thomas Adam <thomas@xteddy.org> | 2021-09-09 16:01:09 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2021-09-09 16:01:09 +0100 |
commit | 732288c489f73766af321fe500e9f933e065b2a1 (patch) | |
tree | 76696a2982d843b7060d6235eac6ba26d2e58c89 /cmd-run-shell.c | |
parent | cf5e1bb80a0900d87c4969ca03501753da892050 (diff) | |
parent | 34312fd6ee8992ce8d13ec63b074466d5f624acc (diff) | |
download | rtmux-732288c489f73766af321fe500e9f933e065b2a1.tar.gz rtmux-732288c489f73766af321fe500e9f933e065b2a1.tar.bz2 rtmux-732288c489f73766af321fe500e9f933e065b2a1.zip |
Merge branch 'obsd-master' into master
Diffstat (limited to 'cmd-run-shell.c')
-rw-r--r-- | cmd-run-shell.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd-run-shell.c b/cmd-run-shell.c index 662312fb..7d672f85 100644 --- a/cmd-run-shell.c +++ b/cmd-run-shell.c @@ -132,7 +132,7 @@ cmd_run_shell_exec(struct cmd *self, struct cmdq_item *item) if (cmd != NULL) cdata->cmd = format_single_from_target(item, cmd); } else { - cdata->cmdlist = args_make_commands_now(self, item, 0); + cdata->cmdlist = args_make_commands_now(self, item, 0, 1); if (cdata->cmdlist == NULL) return (CMD_RETURN_ERROR); } |