提交 a1197278 编写于 作者: B Behdad Esfahbod

Minor

上级 654365dc
......@@ -3,8 +3,9 @@
dir=`mktemp -d`
out=/dev/stdout
if test "x${1:0:3}" == 'x-o='; then
out=${1:3}
if test "x$1" == 'x-o'; then
shift
out=$1
shift
fi
hb_shape=$1
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册