From: ivan Date: Wed, 18 May 2005 16:37:24 +0000 (+0000) Subject: report the file that had a masonize error X-Git-Tag: SQL_LEDGER_2_4_4~1^2~293 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=c24401f157aacd24a98c8f72772ac2855b50df8c;p=freeside.git report the file that had a masonize error --- 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' ) {