From e91fc304c47d3ce2110549a16d28f09a8a07de82 Mon Sep 17 00:00:00 2001 From: Richard T Bonhomme Date: Sun, 17 Sep 2023 20:52:38 +0100 Subject: [PATCH] Ignore shellcheck warning for PATH when used with sourcing vars Signed-off-by: Richard T Bonhomme --- easyrsa3/easyrsa | 1 + 1 file changed, 1 insertion(+) diff --git a/easyrsa3/easyrsa b/easyrsa3/easyrsa index 27db483..5f3a543 100755 --- a/easyrsa3/easyrsa +++ b/easyrsa3/easyrsa @@ -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