diff options
-rwxr-xr-x | Master/tlpkg/bin/tl-update-tlnet | 6 |
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' \ |