commit | b8b0b5d8567c260bde005d7a0964c261f6be2752 | [log] [tgz] |
---|---|---|
author | Richard Levitte <levitte@openssl.org> | Sun Mar 21 22:50:20 2004 +0000 |
committer | Richard Levitte <levitte@openssl.org> | Sun Mar 21 22:50:20 2004 +0000 |
tree | ae110cbd133fed8d5796dc6953a4dde973843a21 | |
parent | ec5d8a54e9ea80599bf67a7c9349b49d430dde62 [diff] |
Change \t to real tab in echo argument. PR: 847
diff --git a/tools/c_issuer b/tools/c_issuer index 4c69120..55821ab 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