Skip to content
Snippets Groups Projects
Commit 084a4012 authored by Eric Vidal's avatar Eric Vidal :speech_balloon:
Browse files

pass mandatory of destination to CUSTOM, log destination must be set now in case of build=custom

parent f74a4a06
No related branches found
No related tags found
No related merge requests found
......@@ -144,7 +144,7 @@ static key_description_t const startstop_section_list[] =
static key_description_t const logger_section_list[] =
{
{ .name = "@destination", .expected = SLASH, .mandatory = OPTS },
{ .name = "@destination", .expected = SLASH, .mandatory = CUSTOM },
{ .name = "@build", .expected = LINE, .mandatory = NEED },
{ .name = "@runas", .expected = LINE, .mandatory = OPTS },
{ .name = "@shebang", .expected = QUOTE, .mandatory = CUSTOM },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment