diff options
-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: ' \ |