Change \t to real tab in echo argument.
authorRichard Levitte <levitte@openssl.org>
Sun, 21 Mar 2004 22:50:20 +0000 (22:50 +0000)
committerRichard Levitte <levitte@openssl.org>
Sun, 21 Mar 2004 22:50:20 +0000 (22:50 +0000)
PR: 847

tools/c_issuer

index 4c691201bb473cb93b5a13c55ca83fa0ea4acebe..55821ab740d5ac02475fb4cfe9e32a22837b5b95 100644 (file)
@@ -6,5 +6,5 @@
 for i in $*
 do
        n=`openssl x509 -issuer -noout -in $i`
-       echo "$i\t$n"
+       echo "$i        $n"
 done