Change \t to real tab in echo argument.
PR: 847
This commit is contained in:
parent
27bf518087
commit
fba03c479f
1 changed files with 1 additions and 1 deletions
|
@ -6,5 +6,5 @@
|
|||
for i in $*
|
||||
do
|
||||
n=`openssl x509 -issuer -noout -in $i`
|
||||
echo "$i\t$n"
|
||||
echo "$i $n"
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue