diff options
author | Karl Berry <karl@freefriends.org> | 2010-07-14 23:54:22 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-07-14 23:54:22 +0000 |
commit | 38d9e7e911efdf742c3f41954bf8c737179263a2 (patch) | |
tree | c72ec25341b44af56fd04a5cd7b4e9a911f26942 /Master/tlpkg | |
parent | 1038d18b319179cd239b79b6550791be0aa14ee7 (diff) |
(setup_unix_one): possibly clearer error msg,
thanks to RK.
git-svn-id: svn://tug.org/texlive/trunk@19461 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rw-r--r-- | Master/tlpkg/TeXLive/TLUtils.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Master/tlpkg/TeXLive/TLUtils.pm b/Master/tlpkg/TeXLive/TLUtils.pm index 9f2ee09939b..a222be47d9e 100644 --- a/Master/tlpkg/TeXLive/TLUtils.pm +++ b/Master/tlpkg/TeXLive/TLUtils.pm @@ -2188,7 +2188,8 @@ sub setup_unix_one { debug("Using system $p (tested).\n"); } else { tlwarn("$0: Initialization failed (in setup_unix_one):\n"); - tlwarn(" could not find a usable program for $p.\n"); + tlwarn("$0: could not find a usable $p.\n"); + tlwarn("$0: Please install $p and try again.\n"); return 0; } } else { |