summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2009-06-03 16:47:38 +0000
committerNorbert Preining <preining@logic.at>2009-06-03 16:47:38 +0000
commitfa8eb77db198b5903350ec56bb5a498e087eb84c (patch)
treebb9c0465a26acc35d297d4e2bb3d57bb08d7b627 /Master
parent796aad218021e95076bb9389ffe8f0ca9cf8c8d9 (diff)
add checks in tl-update-tlnet for the new issue of the welcome message
git-svn-id: svn://tug.org/texlive/trunk@13610 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rwxr-xr-xMaster/tlpkg/bin/tl-update-tlnet6
1 files changed, 4 insertions, 2 deletions
diff --git a/Master/tlpkg/bin/tl-update-tlnet b/Master/tlpkg/bin/tl-update-tlnet
index c950c6d4dbb..5548aef7611 100755
--- a/Master/tlpkg/bin/tl-update-tlnet
+++ b/Master/tlpkg/bin/tl-update-tlnet
@@ -139,8 +139,10 @@ unexpected_output=`cat install.log \
| grep -Ev '^pre-generating all format file' \
| grep -Ev '^running ' \
| grep -Ev '^finished ' \
- | grep -Ev '^ See \./index.html for links to documentati' \
- | grep -Ev '^ (http://tug.org/texlive/) contains any upda' \
+ | grep -Ev '^ See' \
+ | grep -Ev '^ .*/index.html' \
+ | grep -Ev '^ for links to documentati' \
+ | grep -Ev '^ contains any upda' \
| 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 groups is available on the web at' \