Skip to content

Commit

Permalink
Expand client formats in run-shell.
Browse files Browse the repository at this point in the history
  • Loading branch information
nicm committed Feb 12, 2016
1 parent bc0c9c7 commit 4f6bc0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd-run-shell.c
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ cmd_run_shell_exec(struct cmd *self, struct cmd_q *cmdq)
else
cwd = NULL;
ft = format_create(cmdq, 0);
format_defaults(ft, NULL, s, wl, wp);
format_defaults(ft, cmdq->state.c, s, wl, wp);
shellcmd = format_expand(ft, args->argv[0]);
format_free(ft);

Expand Down

0 comments on commit 4f6bc0a

Please sign in to comment.