diff options
author | Karl Berry <karl@freefriends.org> | 2009-06-20 18:05:18 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-06-20 18:05:18 +0000 |
commit | 918ce26636e564581c1b57aa86da29730c0b86d5 (patch) | |
tree | 04db4941e7229f63d69eaaf831a69a54b0f44760 /Master/tlpkg/TeXLive | |
parent | 05754612d093a4b5f87755c103ef063089b99a83 (diff) |
minor docs, error msgs
git-svn-id: svn://tug.org/texlive/trunk@13840 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/TeXLive')
-rw-r--r-- | Master/tlpkg/TeXLive/TLTREE.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/TeXLive/TLTREE.pm b/Master/tlpkg/TeXLive/TLTREE.pm index ccb67ae6a5f..d0897d20885 100644 --- a/Master/tlpkg/TeXLive/TLTREE.pm +++ b/Master/tlpkg/TeXLive/TLTREE.pm @@ -215,7 +215,7 @@ sub _get_matching_files { } elsif ($pattype eq "d") { @matchfiles = $self->files_under_path($patdata); } else { - die "Unknown pattern $p"; + die "Unknown pattern pattern type `$pattype' in $p"; } ddebug("p=$p; matchfiles=@matchfiles\n"); return @matchfiles; |