diff options
author | Karl Berry <karl@freefriends.org> | 2015-12-08 21:47:09 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-12-08 21:47:09 +0000 |
commit | 5db0950ba6b90723a352862042de9231540decfc (patch) | |
tree | 9216a8cf931c9faf8342e3cda8f65a1807e395cb /Master/tlpkg/TeXLive/TLPSRC.pm | |
parent | a6fd5c09b9e642613317ee3fd06d92be9548fd7b (diff) |
* bin/tlpfiles: doc tweaks.
* TeXLive/TLPDB.pm (find_file): no need for @foo.
* TeXLive/TLPSRC.pm (): include $lineno in non-continuation error.
* TeXLive/TLUtils.pm (parseAddFormatLine_line): doc.
git-svn-id: svn://tug.org/texlive/trunk@39054 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/TeXLive/TLPSRC.pm')
-rw-r--r-- | Master/tlpkg/TeXLive/TLPSRC.pm | 2 |
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+$//; |