This commit is contained in:
Behdad Esfahbod 2018-10-11 19:23:36 -04:00
parent 654365dc89
commit a11972787a

View File

@ -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