diff options
author | Karl Berry <karl@freefriends.org> | 2013-04-11 23:34:02 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-04-11 23:34:02 +0000 |
commit | c8243f27a6117d5466f096e23005b11503a8125c (patch) | |
tree | da20e4f6ebd83c919f49c3ebb00fd063f343cf45 /Master/texmf-dist | |
parent | af655782b5864a6c6f15041e382eca82e67a5536 (diff) |
wording
git-svn-id: svn://tug.org/texlive/trunk@29870 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-rwxr-xr-x | Master/texmf-dist/scripts/texlive/tlmgr.pl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/scripts/texlive/tlmgr.pl b/Master/texmf-dist/scripts/texlive/tlmgr.pl index a2950741b4c..9252b732658 100755 --- a/Master/texmf-dist/scripts/texlive/tlmgr.pl +++ b/Master/texmf-dist/scripts/texlive/tlmgr.pl @@ -293,11 +293,11 @@ sub main { # because stupid Debian/Ubuntu ships a stub that does nothing # which is very very bad idea # try to check for that, too - my $ret = system("perldoc -V > /dev/null 2>&1"); + my $ret = system("perldoc -V >/dev/null 2>&1"); if ($ret == 0) { - debug("Working perldoc found, using it.\n"); + debug("working perldoc found, using it\n"); } else { - tlwarn("Your perldoc seems to be non functional!\n"); + tlwarn("$prg: perldoc seems to be non-functional, not using it.\n"); @noperldoc = ("-noperldoc", "1"); } } |