Expand argument to run-shell again.

This commit is contained in:
nicm
2021-09-09 13:38:32 +00:00
parent 5a4b2fd68c
commit 34312fd6ee
5 changed files with 10 additions and 9 deletions

View File

@ -72,7 +72,7 @@ cmd_confirm_before_exec(struct cmd *self, struct cmdq_item *item)
int wait = !args_has(args, 'b');
cdata = xcalloc(1, sizeof *cdata);
cdata->cmdlist = args_make_commands_now(self, item, 0);
cdata->cmdlist = args_make_commands_now(self, item, 0, 0);
if (cdata->cmdlist == NULL)
return (CMD_RETURN_ERROR);