From 084a4012a4d11b710a6794dd132fb1ee5ca9e807 Mon Sep 17 00:00:00 2001 From: obarun <eric@obarun.org> Date: Mon, 18 Feb 2019 18:31:40 +1100 Subject: [PATCH] pass mandatory of destination to CUSTOM, log destination must be set now in case of build=custom --- src/include/66/enum.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/66/enum.h b/src/include/66/enum.h index 724438c1..15626d48 100644 --- a/src/include/66/enum.h +++ b/src/include/66/enum.h @@ -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 }, -- GitLab