From d8fbd7eed516bbc17ac24635fd77bb11529ba0c4 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 19 Jan 2010 00:11:31 +0000 Subject: attempt to ignore the environment variable complaints git-svn-id: svn://tug.org/texlive/trunk@16781 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/bin/tl-update-tlnet | 2 ++ 1 file changed, 2 insertions(+) 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: ' \ -- cgit v1.2.3