Skip to content

Commit

Permalink
Ignore shellcheck warning for PATH when used with sourcing vars
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 17, 2023
1 parent fe06e24 commit e91fc30
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions easyrsa3/easyrsa
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e91fc30

Please sign in to comment.