summaryrefslogtreecommitdiff
path: root/bin/masonize
diff options
context:
space:
mode:
authorivan <ivan>2005-05-18 16:37:24 +0000
committerivan <ivan>2005-05-18 16:37:24 +0000
commitc24401f157aacd24a98c8f72772ac2855b50df8c (patch)
tree9f0108a23558825b6832f44d774e9f8e4b203ca5 /bin/masonize
parent64c598dda92ee413ef0189a96d149412cdd559cb (diff)
report the file that had a masonize error
Diffstat (limited to 'bin/masonize')
-rwxr-xr-xbin/masonize2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/masonize b/bin/masonize
index 169ba71..509ef3e 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' ) {