Minor
This commit is contained in:
parent
654365dc89
commit
a11972787a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user