]> git.donarmstrong.com Git - lilypond.git/blobdiff - scripts/build/mf2pt1.pl
Build: Better error handling from build scripts.
[lilypond.git] / scripts / build / mf2pt1.pl
index 3a39a126d4f89bfd13575152b6f253a98593d318..befe8bc3e20721ec38b5fae30d8cc41d03c362e9 100644 (file)
@@ -427,7 +427,7 @@ ENDHEADER
 sub get_bboxes ($)
 {
     execute_command 1, ("mpost", "-mem=mf2pt1", "-progname=mpost",
-                        "\\mode:=localfont; mag:=$mag; bpppix $bpppix; input $mffile");
+                        "\\mode:=localfont; mag:=$mag; bpppix $bpppix; nonstopmode; input $mffile");
     opendir (CURDIR, ".") || die "${progname}: $! ($filedir)\n";
     @charfiles = sort
                    { ($a=~ /\.(\d+)$/)[0] <=> ($b=~ /\.(\d+)$/)[0] }