diff options
author | Karl Berry <karl@freefriends.org> | 2011-10-06 22:50:55 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-10-06 22:50:55 +0000 |
commit | f8f8f50c5c01afd3ec1a49fad396659cbd4e804b (patch) | |
tree | 6a0236d1a4461fef04592f7bd88547d51d1f15a7 | |
parent | 2fa6bd7e4ac7dd5158d57d42b217f89fec5b08da (diff) |
text fixes
git-svn-id: svn://tug.org/texlive/trunk@24220 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-x | Master/install-tl | 1 | ||||
-rwxr-xr-x | Master/tlpkg/bin/tl-update-tlnet | 2 |
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' \ |