select_vars: Correct use of set_var syntax

Signed-off-by: Richard T Bonhomme <tincantech@protonmail.com>
This commit is contained in:
Richard T Bonhomme 2023-09-29 18:15:48 +01:00
parent 29bd64ceb0
commit 9db0671d70
No known key found for this signature in database
GPG Key ID: 2D767DB92FB6C246

View File

@ -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