diff options
author | Karl Berry <karl@freefriends.org> | 2010-01-18 23:36:26 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-01-18 23:36:26 +0000 |
commit | 644a0033ffd4ff532d494670e5b4058d1fee320c (patch) | |
tree | 83241eb8143da2ad8b4a9f3f38ec7420e587c095 /Master/tlpkg | |
parent | 9ddd0f943f22829f02e02a59fb85cae43a0b05ab (diff) |
update grep for new msg
git-svn-id: svn://tug.org/texlive/trunk@16774 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/bin/tl-update-tlnet | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/tl-update-tlnet b/Master/tlpkg/bin/tl-update-tlnet index f4f221912d2..6288948ebbe 100755 --- a/Master/tlpkg/bin/tl-update-tlnet +++ b/Master/tlpkg/bin/tl-update-tlnet @@ -149,7 +149,7 @@ unexpected_output=`cat install.log \ | grep -Ev '^ See' \ | grep -Ev '^ .*/index.html' \ | grep -Ev '^ for links to documentati' \ - | grep -Ev '^ contains any upda' \ + | 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 groups is available on the web at' \ |