From c24401f157aacd24a98c8f72772ac2855b50df8c Mon Sep 17 00:00:00 2001 From: ivan Date: Wed, 18 May 2005 16:37:24 +0000 Subject: [PATCH] report the file that had a masonize error --- bin/masonize | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' ) { -- 2.11.0