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