| changeset 32 | ea86d26c63ed |
| parent 2 | d59fbab896ad |
--- a/bin/objline.pl Tue Jun 28 22:23:24 2011 +0100 +++ b/bin/objline.pl Sun Dec 11 23:01:21 2011 +0000 @@ -38,8 +38,8 @@ push(@prllmgf, "$td/$fn.orig.mgf"); push(@oblqmgf, "$td/$fn.oblq.mgf"); - # Expand in-line commands such as !genbox - system "xform $_ > $td/$fn.orig"; + # Make sure in-line commands such as !genbox are expanded + system "xform -c $_ > $td/$fn.orig"; system "rad2mgf $td/$fn.orig > $td/$fn.orig.mgf"; open (FH, ">$td/$fn.oblq.mgf");