summaryrefslogtreecommitdiff
path: root/Master/install-tl
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2009-06-17 10:15:45 +0000
committerNorbert Preining <preining@logic.at>2009-06-17 10:15:45 +0000
commit7f0c40e6937acd0412d43b186a46adac2c388f88 (patch)
tree4562c1f84eaeb70dfd20e8b3b9bc202f3a2946fd /Master/install-tl
parent6c07a5024d95df7de11d414f9a03923bf9a1b362 (diff)
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
Diffstat (limited to 'Master/install-tl')
-rwxr-xr-xMaster/install-tl3
1 files changed, 1 insertions, 2 deletions
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.