summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/scripts
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-04-11 23:34:02 +0000
committerKarl Berry <karl@freefriends.org>2013-04-11 23:34:02 +0000
commitc8243f27a6117d5466f096e23005b11503a8125c (patch)
treeda20e4f6ebd83c919f49c3ebb00fd063f343cf45 /Master/texmf-dist/scripts
parentaf655782b5864a6c6f15041e382eca82e67a5536 (diff)
wording
git-svn-id: svn://tug.org/texlive/trunk@29870 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/scripts')
-rwxr-xr-xMaster/texmf-dist/scripts/texlive/tlmgr.pl6
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");
}
}