From 38d9e7e911efdf742c3f41954bf8c737179263a2 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 14 Jul 2010 23:54:22 +0000 Subject: (setup_unix_one): possibly clearer error msg, thanks to RK. git-svn-id: svn://tug.org/texlive/trunk@19461 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/TeXLive/TLUtils.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Master') 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 { -- cgit v1.2.3