Skip to content

Commit

Permalink
Ignore minor (well understood) shellcheck warning
Browse files Browse the repository at this point in the history
Signed-off-by: Richard T Bonhomme <[email protected]>
  • Loading branch information
TinCanTech committed Jan 6, 2024
1 parent 2e9b869 commit 39e4905
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 @@ -1476,6 +1476,7 @@ get_passphrase() {
printf '\n%s\n' \
"Passphrase must be at least 4 characters!"
else
# shellcheck disable=SC2229 # does not read 't'
read -r "$t" <<- SECRET
$r
SECRET
Expand Down

0 comments on commit 39e4905

Please sign in to comment.