summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xMaster/install-tl1
-rwxr-xr-xMaster/tlpkg/bin/tl-update-tlnet2
2 files changed, 2 insertions, 1 deletions
diff --git a/Master/install-tl b/Master/install-tl
index 17238e0baae..eb394890a32 100755
--- a/Master/install-tl
+++ b/Master/install-tl
@@ -1901,6 +1901,7 @@ sub welcome {
list of user groups is on the web at http://tug.org/usergroups.html.
Welcome to TeX Live!
+
EOF
return $welcome;
}
diff --git a/Master/tlpkg/bin/tl-update-tlnet b/Master/tlpkg/bin/tl-update-tlnet
index 89b779ff4e9..a6a68657bf2 100755
--- a/Master/tlpkg/bin/tl-update-tlnet
+++ b/Master/tlpkg/bin/tl-update-tlnet
@@ -152,7 +152,7 @@ unexpected_output=`cat install.log \
| grep -Ev '^ contains updates' \
| grep -Ev '^ TeX Live is a joint project of the TeX user groups' \
| grep -Ev '^ please consider supporting it by joining the group b' \
- | grep -Ev '^ list of user groups is available on the web at' \
+ | grep -Ev '^ list of user groups is on the web at' \
| grep -Ev '^ Add ' \
| grep -Ev '^ Most importantly, add ' \
| grep -Ev '^ to your PATH for current and future sessions' \