projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec5d8a5
)
Change \t to real tab in echo argument.
author
Richard Levitte
<levitte@openssl.org>
Sun, 21 Mar 2004 22:50:20 +0000
(22:50 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Sun, 21 Mar 2004 22:50:20 +0000
(22:50 +0000)
PR: 847
tools/c_issuer
patch
|
blob
|
history
diff --git
a/tools/c_issuer
b/tools/c_issuer
index 4c691201bb473cb93b5a13c55ca83fa0ea4acebe..55821ab740d5ac02475fb4cfe9e32a22837b5b95 100644
(file)
--- 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