From 7f0c40e6937acd0412d43b186a46adac2c388f88 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Wed, 17 Jun 2009 10:15:45 +0000 Subject: if setup_programs fails do not tell the user that his arch might not be supported, but simply say goodbye. git-svn-id: svn://tug.org/texlive/trunk@13780 c570f23f-e606-0410-a88d-b1316a301751 --- Master/install-tl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Master/install-tl') diff --git a/Master/install-tl b/Master/install-tl index ca6fdb21f03..39a32bfeecc 100755 --- a/Master/install-tl +++ b/Master/install-tl @@ -328,8 +328,7 @@ if (!$opt_custom_bin && (platform() eq "i386-cygwin")) { } if (!setup_programs ("$::installerdir/tlpkg/installer", "$::_platform_")) { - tldie("$0: Couldn't set up the necessary programs;\n" - . " perhaps your platform ($::_platform_) is not supported.\n"); + tldie("$0: Goodbye.\n"); } # determine where we will find the distribution to install from. -- cgit v1.2.3