diff options
author | ivan <ivan> | 2005-05-18 16:37:24 +0000 |
---|---|---|
committer | ivan <ivan> | 2005-05-18 16:37:24 +0000 |
commit | c24401f157aacd24a98c8f72772ac2855b50df8c (patch) | |
tree | 9f0108a23558825b6832f44d774e9f8e4b203ca5 /bin/masonize | |
parent | 64c598dda92ee413ef0189a96d149412cdd559cb (diff) |
report the file that had a masonize error
Diffstat (limited to 'bin/masonize')
-rwxr-xr-x | bin/masonize | 2 |
1 files changed, 1 insertions, 1 deletions
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' ) { |