mirror of
https://github.com/tmate-io/tmate.git
synced 2025-02-16 18:31:40 +01:00
Expand client formats in run-shell.
This commit is contained in:
parent
bc0c9c7920
commit
4f6bc0a0a9
@ -93,7 +93,7 @@ cmd_run_shell_exec(struct cmd *self, struct cmd_q *cmdq)
|
|||||||
else
|
else
|
||||||
cwd = NULL;
|
cwd = NULL;
|
||||||
ft = format_create(cmdq, 0);
|
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]);
|
shellcmd = format_expand(ft, args->argv[0]);
|
||||||
format_free(ft);
|
format_free(ft);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user