summaryrefslogtreecommitdiff
path: root/Master/install-tl
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2008-07-31 17:37:29 +0000
committerNorbert Preining <preining@logic.at>2008-07-31 17:37:29 +0000
commit5faa2429f2f1938a9f14495f22ea62ee2112f5a0 (patch)
tree8f74bc37109ec5c5d602739d266b79e33d4d809c /Master/install-tl
parent74b985b0bf91f9e9c24d95eb513320cc547cd948 (diff)
install-tl: add to the darwin warning string that X must be started ...
git-svn-id: svn://tug.org/texlive/trunk@9947 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/install-tl')
-rwxr-xr-xMaster/install-tl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/install-tl b/Master/install-tl
index 2c6134c1db3..d4a4a97f29b 100755
--- a/Master/install-tl
+++ b/Master/install-tl
@@ -405,7 +405,7 @@ if ($opt_profile eq "") {
if ($@) {
tlwarn("perl/Tk unusable, cannot create main windows.\n");
if (platform() eq "universal-darwin") {
- tlwarn("That could be a consequence of not having X Windows installed!\n");
+ tlwarn("That could be a consequence of not having X Windows installed or started!\n");
}
tlwarn("Error message from creating MainWindow:\n");
tlwarn(" $@\n");