From c8243f27a6117d5466f096e23005b11503a8125c Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 11 Apr 2013 23:34:02 +0000 Subject: wording git-svn-id: svn://tug.org/texlive/trunk@29870 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 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"); } } -- cgit v1.2.3