summaryrefslogtreecommitdiff
path: root/Master/tlpkg/TeXLive/TLPSRC.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/TeXLive/TLPSRC.pm')
-rw-r--r--Master/tlpkg/TeXLive/TLPSRC.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/TeXLive/TLPSRC.pm b/Master/tlpkg/TeXLive/TLPSRC.pm
index b83c0d541d2..5505505258b 100644
--- a/Master/tlpkg/TeXLive/TLPSRC.pm
+++ b/Master/tlpkg/TeXLive/TLPSRC.pm
@@ -106,7 +106,7 @@ sub from_file {
# (blank lines are significant in tlpobj, but not tlpsrc)
if ($line =~ /^ /) {
- die "$srcfile: non-continuation indentation not allowed: `$line'";
+ die "$srcfile:$lineno: non-continuation indentation not allowed: `$line'";
}
# remove terminal white space
$line =~ s/\s+$//;