summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-06-06 23:29:55 +0000
committerKarl Berry <karl@freefriends.org>2011-06-06 23:29:55 +0000
commit01b984e0ce46289112b09abe5e65f55311804afb (patch)
treea97a4744da9ab64cdc0dc9b5f0738ba65eee3950 /Master/tlpkg/bin
parentbf5e0046b8ae073754456ec1e1a852d4226bb8b4 (diff)
"done" ok as a message, \| not | for mtxrun output
git-svn-id: svn://tug.org/texlive/trunk@22839 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin')
-rwxr-xr-xMaster/tlpkg/bin/tl-update-tlnet5
1 files changed, 3 insertions, 2 deletions
diff --git a/Master/tlpkg/bin/tl-update-tlnet b/Master/tlpkg/bin/tl-update-tlnet
index 240a7dda3fc..ae65da4d44c 100755
--- a/Master/tlpkg/bin/tl-update-tlnet
+++ b/Master/tlpkg/bin/tl-update-tlnet
@@ -161,8 +161,9 @@ unexpected_output=`cat install.log \
| grep -Ev '^Logfile: ' \
| grep -Ev '^Time used for installing ' \
| grep -Ev '^setting up ConTeXt MkIV cache ' \
- | grep -Ev '^resolvers | ' \
- | grep -Ev '^system | ' \
+ | grep -Ev '^resolvers +\| ' \
+ | grep -Ev '^system +\| ' \
+ | grep -Ev '^done$' \
| cat`
failure=false