Skip to content

Commit

Permalink
Expand command as a format, GitHub issue 2920.
Browse files Browse the repository at this point in the history
  • Loading branch information
nicm committed Oct 28, 2021
1 parent 9695114 commit 76f5d33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd-confirm-before.c
Expand Up @@ -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, 0);
cdata->cmdlist = args_make_commands_now(self, item, 0, 1);
if (cdata->cmdlist == NULL)
return (CMD_RETURN_ERROR);

Expand Down

0 comments on commit 76f5d33

Please sign in to comment.