From 3277f5182ff31f60f7305eeed48e419481077ed6 Mon Sep 17 00:00:00 2001 From: Richard T Bonhomme Date: Wed, 29 May 2024 00:35:49 +0100 Subject: [PATCH] escape_hazard(): Source file directly, do not use source_vars() Signed-off-by: Richard T Bonhomme --- easyrsa3/easyrsa | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/easyrsa3/easyrsa b/easyrsa3/easyrsa index e903dff78..56a9a623c 100755 --- a/easyrsa3/easyrsa +++ b/easyrsa3/easyrsa @@ -1067,7 +1067,7 @@ export EASYRSA_REQ_SERIAL=\"$EASYRSA_REQ_SERIAL\"\ escape_hazard - Failed to write temp-file" # Reload fields from fully escaped temp-file - source_vars "$escape_hazard_tmp" + . "$escape_hazard_tmp" verbose "escape_hazard: COMPLETED" } # => escape_hazard()