X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=bin%2Fmasonize;h=509ef3ec82553a7ac6d9a00ff1444b8d98ecede3;hp=169ba718f098d23be56cb7dd0199df4845ae036a;hb=0549def83bcba56e53482ea0f33472e18b215649;hpb=2041a9143fac20b79ead4a1ae01224dedf5b27c2 diff --git a/bin/masonize b/bin/masonize index 169ba718f..509ef3ec8 100755 --- a/bin/masonize +++ b/bin/masonize @@ -52,7 +52,7 @@ foreach $file ( split(/\n/, `find . -depth -print`) ) { $mode = 'html'; next; } - die 'unterminated <%= ???'; + die "unterminated <%= ??? (in $file):"; } elsif ( $mode eq 'perlc' ) {