[hb-view] Report success/failure in --batch mode Otherwise client can't know when the job is done.
diff --git a/util/hb-view.cc b/util/hb-view.cc index 82761fb..604976e 100644 --- a/util/hb-view.cc +++ b/util/hb-view.cc
@@ -39,5 +39,5 @@ main (int argc, char **argv) { using main_t = main_font_text_t<shape_consumer_t<view_cairo_t>, font_options_t, shape_text_options_t>; - return batch_main<main_t> (argc, argv); + return batch_main<main_t, true> (argc, argv); }