From dcc79b23196064101448e6fbbfe606bf4f740a3d Mon Sep 17 00:00:00 2001 From: Eric F Crist Date: Wed, 3 Jan 2018 20:39:09 -0600 Subject: [PATCH] Wrong SC code. Signed-off-by: Eric F Crist --- easyrsa3/easyrsa | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/easyrsa3/easyrsa b/easyrsa3/easyrsa index 10ed1e7..74084e7 100755 --- a/easyrsa3/easyrsa +++ b/easyrsa3/easyrsa @@ -1063,7 +1063,7 @@ vars_setup() { if [ -z "$EASYRSA_NO_VARS" ] && [ -n "$vars" ]; then #shellcheck disable=SC2034 EASYRSA_CALLER=1 - # shellcheck disable=SC1091 + # shellcheck disable=SC1090 . "$vars" notice "\ Note: using Easy-RSA configuration from: $vars"