Change \t to real tab in echo argument.
[openssl.git] / 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