Minor
This commit is contained in:
parent
03a5a6f873
commit
61a9d7e6d0
|
@ -26,12 +26,12 @@ for f in "$@"; do
|
||||||
$reference || echo "# hb-shape $fontfile --unicodes $unicodes"
|
$reference || echo "# hb-shape $fontfile --unicodes $unicodes"
|
||||||
continue
|
continue
|
||||||
fi
|
fi
|
||||||
$reference || echo "hb-shape $fontfile --unicodes $unicodes"
|
$reference || echo "hb-shape $fontfile $options --unicodes $unicodes"
|
||||||
glyphs=`$srcdir/hb-unicode-encode "$unicodes" | $hb_shape $options "$srcdir/$fontfile"`
|
glyphs=`$hb_shape "$srcdir/$fontfile" $options --unicodes "$unicodes"`
|
||||||
if test $? != 0; then
|
if test $? != 0; then
|
||||||
echo "hb-shape failed." >&2
|
echo "hb-shape failed." >&2
|
||||||
fails=$((fails+1))
|
fails=$((fails+1))
|
||||||
continue
|
#continue
|
||||||
fi
|
fi
|
||||||
if $reference; then
|
if $reference; then
|
||||||
echo "$fontfile:$options:$unicodes:$glyphs"
|
echo "$fontfile:$options:$unicodes:$glyphs"
|
||||||
|
|
Loading…
Reference in New Issue