提交 b8b0b5d8 编写于 作者: R Richard Levitte

Change \t to real tab in echo argument.

PR: 847
上级 ec5d8a54
......@@ -6,5 +6,5 @@
for i in $*
do
n=`openssl x509 -issuer -noout -in $i`
echo "$i\t$n"
echo "$i $n"
done
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册