summaryrefslogtreecommitdiff
path: root/Master/install-tl
diff options
context:
space:
mode:
Diffstat (limited to 'Master/install-tl')
-rwxr-xr-xMaster/install-tl4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/install-tl b/Master/install-tl
index d6479523627..46f01769977 100755
--- a/Master/install-tl
+++ b/Master/install-tl
@@ -313,8 +313,8 @@ if (($opt_gui ne "text") && !$opt_no_gui && ($opt_profile eq "")) {
# initialize the correct platform
platform();
if (!setup_programs ("$::installerdir/tlpkg/installer", "$::_platform_")) {
- tlwarn("Couldn't set up the necessary programs;\n"
- . "perhaps your platform is not supported.\n");
+ tlwarn("$0: Couldn't set up the necessary programs;\n"
+ . " perhaps your platform ($::_platform_) is not supported.\n");
exit 1;
}