show filename in error message

This commit is contained in:
Wolfram Schneider 2017-09-13 09:02:06 +00:00
parent ca8cdfe940
commit c305c981c3
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=50832

View file

@ -56,7 +56,7 @@ while(<IN>) {
close IN;
if (not defined($x)) {
die "Error: no BoundingBox found.\n";
die "Error: no BoundingBox found: $file\n";
}
$width -= $x;