Make -v to source-file pass through to subsequent source-file commands,

GitHub issue 4216.
This commit is contained in:
nicm
2025-11-18 08:42:09 +00:00
parent b52dcff745
commit 2a3ec87887
4 changed files with 19 additions and 6 deletions

View File

@@ -849,7 +849,7 @@ cmd_parse_build_command(struct cmd_parse_command *cmd,
count++;
}
add = cmd_parse(values, count, pi->file, pi->line, &cause);
add = cmd_parse(values, count, pi->file, pi->line, pi->flags, &cause);
if (add == NULL) {
pr->status = CMD_PARSE_ERROR;
pr->error = cmd_parse_get_error(pi->file, pi->line, cause);