From ead015aab1aeddb539955db7813ee4506b1251e8 Mon Sep 17 00:00:00 2001 From: Richard T Bonhomme Date: Wed, 10 May 2023 01:07:50 +0100 Subject: [PATCH] build-ca: Remove unnecessary 'shellcheck' directive shellcheck is a great tool but it must still be used with respect. Signed-off-by: Richard T Bonhomme --- easyrsa3/easyrsa | 1 - 1 file changed, 1 deletion(-) diff --git a/easyrsa3/easyrsa b/easyrsa3/easyrsa index 4954194..8f1ed61 100755 --- a/easyrsa3/easyrsa +++ b/easyrsa3/easyrsa @@ -1733,7 +1733,6 @@ build_ca: CA key password created via temp-files" fi # Generate the CA keypair: - # shellcheck disable=SC2086 # Double quote to prevent .. if [ "$CA_key_pass" ]; then if easyrsa_openssl req -utf8 -new \ -key "$out_key_tmp" -keyout "$out_key_tmp" \