X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scripts%2Fbuild%2Fmf2pt1.pl;h=befe8bc3e20721ec38b5fae30d8cc41d03c362e9;hb=6cc24e4a3246f1daaf79db3bec97a4a4541b5149;hp=2119e7b6ab6791e4b56fa15888561e747daef788;hpb=86e8e6fb33dec1974104fe042c2a4a52d8ccda50;p=lilypond.git diff --git a/scripts/build/mf2pt1.pl b/scripts/build/mf2pt1.pl index 2119e7b6ab..befe8bc3e2 100644 --- a/scripts/build/mf2pt1.pl +++ b/scripts/build/mf2pt1.pl @@ -1,4 +1,4 @@ -#! /usr/bin/perl +#!@PERL@ ################################################## # Convert stylized Metafont to PostScript Type 1 # @@ -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] }