Minor
This commit is contained in:
parent
654365dc89
commit
a11972787a
|
@ -3,8 +3,9 @@
|
||||||
dir=`mktemp -d`
|
dir=`mktemp -d`
|
||||||
|
|
||||||
out=/dev/stdout
|
out=/dev/stdout
|
||||||
if test "x${1:0:3}" == 'x-o='; then
|
if test "x$1" == 'x-o'; then
|
||||||
out=${1:3}
|
shift
|
||||||
|
out=$1
|
||||||
shift
|
shift
|
||||||
fi
|
fi
|
||||||
hb_shape=$1
|
hb_shape=$1
|
||||||
|
|
Loading…
Reference in New Issue