Skip to content

Commit

Permalink
Merge branch 'obsd-master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasAdam committed Aug 18, 2021
2 parents c587ad0 + 5413a73 commit 551bafc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd-parse.y
Original file line number Diff line number Diff line change
Expand Up @@ -834,6 +834,7 @@ cmd_parse_build_commands(struct cmd_parse_commands *cmds,
cmd_parse_free_command(cmd);
continue;
}
cmd_parse_flatten_command(cmd2);
for (i = 1; i < cmd->argc; i++)
cmd_append_argv(&cmd2->argc, &cmd2->argv, cmd->argv[i]);

Expand Down

0 comments on commit 551bafc

Please sign in to comment.