# HG changeset patch # User Axel Jacobs # Date 1323644481 0 # Node ID ea86d26c63edb283a7626fb6c484db46809560eb # Parent 411573439171aa958e92916de75ff6898379b0ce Tinkered with objline diff -r 411573439171 -r ea86d26c63ed bin/objline.pl --- 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");