From 00aeffad922a105e6ed30c59a6d32bbdbf647abf Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 2 Jul 2015 23:10:09 +0000 Subject: don't worry about any fithesis.* git-svn-id: svn://tug.org/texlive/trunk@37738 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/scripts/texlive/tlmgr.pl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Master/texmf-dist/scripts') diff --git a/Master/texmf-dist/scripts/texlive/tlmgr.pl b/Master/texmf-dist/scripts/texlive/tlmgr.pl index e8ac0272b7c..9df03c3108c 100755 --- a/Master/texmf-dist/scripts/texlive/tlmgr.pl +++ b/Master/texmf-dist/scripts/texlive/tlmgr.pl @@ -1386,7 +1386,7 @@ sub action_info { } if (defined($tag)) { if (!$remotetlpdb->is_virtual) { - tlwarn("$prg: specifying implicit tags is not allowed for non-virtual databases!\n"); + tlwarn("$prg: specifying implicit tags not allowed for non-virtual databases!\n"); $ret |= $F_WARNING; next; } else { @@ -1445,7 +1445,7 @@ sub action_info { } # we didn't find a package like this, so use search info("$prg: cannot find package $pkg, searching for other matches:\n"); - my ($foundfile, $founddesc) = search_tlpdb($remotetlpdb, $pkg, 1, 1, 0); + my ($foundfile, $founddesc) = search_tlpdb($remotetlpdb,$pkg,1,1,0); print "\nPackages containing \`$pkg\' in their title/description:\n"; print $founddesc; print "\nPackages containing files matching \`$pkg\':\n"; @@ -4958,7 +4958,7 @@ sub check_runfiles { |README |cid2code\.txt |etex\.src - |fithesis + |fithesis.* |kinsoku\.tex |language\.dat |language\.def -- cgit v1.2.3