From b03b5c048a41b446877bb79341aed71f00f0136b Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Wed, 11 Mar 2026 16:40:40 +0100 Subject: [PATCH] build-system: remove comments while reading config files --- Pmodules/libpmodules.bash.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pmodules/libpmodules.bash.in b/Pmodules/libpmodules.bash.in index 5ab0993..bc93c43 100644 --- a/Pmodules/libpmodules.bash.in +++ b/Pmodules/libpmodules.bash.in @@ -146,7 +146,7 @@ yml::read_file(){ local -- yml_fname="$2" local -- yml_node="$3" - yml_content=$( ${yq} -Ne e "${yml_node}|explode(.)" "${yml_fname}" 2>/dev/null ) || \ + yml_content=$( ${yq} -Ne e "... comments=\"\"|${yml_node}|explode(.)" "${yml_fname}" 2>/dev/null ) || \ yml::die_read_file "${yml_fname}" }