Ignore shellcheck warning for PATH when used with sourcing vars

Signed-off-by: Richard T Bonhomme <tincantech@protonmail.com>
This commit is contained in:
Richard T Bonhomme 2023-09-17 20:52:38 +01:00
parent fe06e24b5d
commit e91fc304c4
No known key found for this signature in database
GPG Key ID: 2D767DB92FB6C246

View File

@ -5830,6 +5830,7 @@ Remove 'unset' ('force_set_var' may also work)."
# shellcheck disable=SC2034 # appears unused
EASYRSA_CALLER=1
easyrsa_path="$PATH"
# shellcheck disable=SC2123 # PATH is the shell ..
PATH=./
# Test sourcing 'vars' in a subshell