From 6f806d95773b584fbc6c05eed2db70a461799fdc Mon Sep 17 00:00:00 2001 From: Richard T Bonhomme Date: Sun, 16 Jul 2023 03:01:39 +0100 Subject: [PATCH] sign-req: Remove useless use of cat Signed-off-by: Richard T Bonhomme --- easyrsa3/easyrsa | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/easyrsa3/easyrsa b/easyrsa3/easyrsa index 7e78f02..5191d81 100755 --- a/easyrsa3/easyrsa +++ b/easyrsa3/easyrsa @@ -2338,8 +2338,7 @@ basicConstraints is not defined, cannot use 'pathlen'" # Begin output redirect { # Append $cert-type extensions - cat "$x509_COMMON_file" - cat "$x509_type_file" + cat "$x509_COMMON_file" "$x509_type_file" # Support a dynamic CA path length when present: if [ "$basicConstraints" ]; then