Skip to content

Commit

Permalink
escape_hazard(): Source file directly, do not use source_vars()
Browse files Browse the repository at this point in the history
Signed-off-by: Richard T Bonhomme <[email protected]>
  • Loading branch information
TinCanTech committed May 28, 2024
1 parent b015eec commit 3277f51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion easyrsa3/easyrsa
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down

0 comments on commit 3277f51

Please sign in to comment.