Skip to content

Commit

Permalink
select_vars: Correct use of set_var syntax
Browse files Browse the repository at this point in the history
Signed-off-by: Richard T Bonhomme <[email protected]>
  • Loading branch information
TinCanTech committed Sep 29, 2023
1 parent 29bd64c commit 9db0671
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 @@ -5665,7 +5665,7 @@ select_vars() {
# Default working dir; if vars exists, use it ONLY
if [ -e "$PWD/vars" ]; then
verbose "select_vars: PWD/vars"
set_var EASYRSA_VARS_FILE="$PWD/vars"
set_var EASYRSA_VARS_FILE "$PWD/vars"
fi
fi

Expand Down

0 comments on commit 9db0671

Please sign in to comment.