From: Richard Levitte Date: Sun, 21 Mar 2004 22:50:24 +0000 (+0000) Subject: Change \t to real tab in echo argument. X-Git-Tag: OpenSSL_0_9_7e~142 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=fba03c479f056a7785542cbfc6e8734c84e303a4;p=oweals%2Fopenssl.git Change \t to real tab in echo argument. PR: 847 --- diff --git a/tools/c_issuer b/tools/c_issuer index 4c691201bb..55821ab740 100644 --- a/tools/c_issuer +++ b/tools/c_issuer @@ -6,5 +6,5 @@ for i in $* do n=`openssl x509 -issuer -noout -in $i` - echo "$i\t$n" + echo "$i $n" done