aboutsummaryrefslogtreecommitdiffstats
path: root/build-aux/speedo.mk
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2024-01-26 15:01:06 +0000
committerWerner Koch <[email protected]>2024-01-26 15:01:06 +0000
commit97b283765353d885ab21e160d5675c6d7eacc46a (patch)
tree913bbad65a7e781f3cbfea2606f3c06431e5f162 /build-aux/speedo.mk
parentdirmngr: For CRL issuer verification trust the system's root CA. (diff)
downloadgnupg-97b283765353d885ab21e160d5675c6d7eacc46a.tar.gz
gnupg-97b283765353d885ab21e160d5675c6d7eacc46a.zip
speedo: Improve parsing of the ~./.gnupg-autogen.rc
-- We now allow spaces around the variable name and the value.
Diffstat (limited to 'build-aux/speedo.mk')
-rw-r--r--build-aux/speedo.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/speedo.mk b/build-aux/speedo.mk
index 477873f60..d69556472 100644
--- a/build-aux/speedo.mk
+++ b/build-aux/speedo.mk
@@ -238,7 +238,7 @@ PATCHELF := $(shell patchelf --version 2>/dev/null >/dev/null || echo "echo plea
# Read signing information from ~/.gnupg-autogen.rc
define READ_AUTOGEN_template
-$(1) = $$(shell grep '^$(1)=' $$$$HOME/.gnupg-autogen.rc|cut -d= -f2)
+$(1) = $$(shell grep '^[[:blank:]]*$(1)[[:blank:]]*=' $$$$HOME/.gnupg-autogen.rc|cut -d= -f2|xargs)
endef
$(eval $(call READ_AUTOGEN_template,AUTHENTICODE_SIGNHOST))
$(eval $(call READ_AUTOGEN_template,AUTHENTICODE_TOOL))