mirror of
https://github.com/tmux/tmux.git
synced 2024-12-14 19:18:48 +00:00
Merge branch 'obsd-master' into master
This commit is contained in:
commit
551bafc18d
@ -834,6 +834,7 @@ cmd_parse_build_commands(struct cmd_parse_commands *cmds,
|
|||||||
cmd_parse_free_command(cmd);
|
cmd_parse_free_command(cmd);
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
cmd_parse_flatten_command(cmd2);
|
||||||
for (i = 1; i < cmd->argc; i++)
|
for (i = 1; i < cmd->argc; i++)
|
||||||
cmd_append_argv(&cmd2->argc, &cmd2->argv, cmd->argv[i]);
|
cmd_append_argv(&cmd2->argc, &cmd2->argv, cmd->argv[i]);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user