summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/masonize2
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' ) {