From 44d69ca2fe4f96131c709796c867300760ce9222 Mon Sep 17 00:00:00 2001 From: Richard T Bonhomme Date: Sat, 24 Sep 2022 18:05:16 +0100 Subject: [PATCH] typ0: Replace single TAB with SPACE Signed-off-by: Richard T Bonhomme --- easyrsa3/easyrsa | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/easyrsa3/easyrsa b/easyrsa3/easyrsa index 4044df7..6fed401 100755 --- a/easyrsa3/easyrsa +++ b/easyrsa3/easyrsa @@ -1738,7 +1738,7 @@ Please update openssl-easyrsa.cnf to the latest official release." # Print the last occurence of basicContraints in x509-types/ca # If basicContraints not defined then bail awkscript='/^[[:blank:]]*basicConstraints[[:blank:]]*=/ { bC=$0 } - END { if (length(bC) == 0 ) exit 1; print bC }' + END { if (length(bC) == 0 ) exit 1; print bC }' basicConstraints="$(awk "$awkscript" "$ext_tmp")" || die "\ basicConstraints is not defined, cannot use 'pathlen'" print "$basicConstraints, pathlen:$EASYRSA_SUBCA_LEN"