diff options
author | Karl Berry <karl@freefriends.org> | 2010-01-19 00:11:31 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-01-19 00:11:31 +0000 |
commit | d8fbd7eed516bbc17ac24635fd77bb11529ba0c4 (patch) | |
tree | 38227b7e9b5582066a59a3b916c7c09e61212edb /Master/tlpkg/bin/tl-update-tlnet | |
parent | 87b9fcc51d40096cfb1c444b0105e9d57acd455d (diff) |
attempt to ignore the environment variable complaints
git-svn-id: svn://tug.org/texlive/trunk@16781 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/tl-update-tlnet')
-rwxr-xr-x | Master/tlpkg/bin/tl-update-tlnet | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Master/tlpkg/bin/tl-update-tlnet b/Master/tlpkg/bin/tl-update-tlnet index 38f0d07707d..11c1442ffdf 100755 --- a/Master/tlpkg/bin/tl-update-tlnet +++ b/Master/tlpkg/bin/tl-update-tlnet @@ -130,6 +130,8 @@ ls -ld /home/texlive/trunk/Master/texmf-dist/tlpkg || true # if there are any other messages they will end up on stdout and # thus be noticed. unexpected_output=`cat install.log \ + | sed '/The following environment variables/,/^ ------/d' \ + | grep -Ev '^ ------' \ | grep -Ev '^Automated TeX Live installation using profile' \ | grep -Ev '^Installing from:' \ | grep -Ev '^Platform: ' \ |