Change \t to real tab in echo argument.
PR: 847
This commit is contained in:
parent
ec5d8a54e9
commit
b8b0b5d856
@ -6,5 +6,5 @@
|
||||
for i in $*
|
||||
do
|
||||
n=`openssl x509 -issuer -noout -in $i`
|
||||
echo "$i\t$n"
|
||||
echo "$i $n"
|
||||
done
|
||||
|
Loading…
x
Reference in New Issue
Block a user