summaryrefslogtreecommitdiff
path: root/Master/tlpkg/TeXLive
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2008-07-10 12:16:48 +0000
committerNorbert Preining <preining@logic.at>2008-07-10 12:16:48 +0000
commit68542900fa6576da1fbf81d92409e273fcd7d756 (patch)
tree271df17042e92b395ea568f2c60e898a5f20b71c /Master/tlpkg/TeXLive
parent3c67abb6c3cbe9b6d4d5a7f63eaf65d0e9e39cd0 (diff)
TLUtils: add an additional newline to the welcome text
git-svn-id: svn://tug.org/texlive/trunk@9432 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/TeXLive')
-rw-r--r--Master/tlpkg/TeXLive/TLUtils.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/Master/tlpkg/TeXLive/TLUtils.pm b/Master/tlpkg/TeXLive/TLUtils.pm
index 81c502d288c..ed796829dcf 100644
--- a/Master/tlpkg/TeXLive/TLUtils.pm
+++ b/Master/tlpkg/TeXLive/TLUtils.pm
@@ -1568,6 +1568,7 @@ sub welcome {
list of groups is available on the web at http://tug.org/usergroups.html.
Welcome to TeX Live!
+
EOF
return $welcome;
}
@@ -1597,6 +1598,7 @@ sub welcome_paths {
to your PATH for current and future sessions.
Welcome to TeX Live!
+
EOF
return $welcome;
}