From: Richard Levitte Date: Sun, 21 Mar 2004 22:50:20 +0000 (+0000) Subject: Change \t to real tab in echo argument. X-Git-Tag: OpenSSL_0_9_7e~130^2~45 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=b8b0b5d8567c260bde005d7a0964c261f6be2752;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