diff options
Diffstat (limited to 'Master')
-rwxr-xr-x | Master/tlpkg/bin/tl-update-tlnet | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Master/tlpkg/bin/tl-update-tlnet b/Master/tlpkg/bin/tl-update-tlnet index 7b76cc70dea..a0b6b6cb027 100755 --- a/Master/tlpkg/bin/tl-update-tlnet +++ b/Master/tlpkg/bin/tl-update-tlnet @@ -131,6 +131,7 @@ unexpected_output=`cat install.log \ | grep -Ev '^ Welcome to TeX Live' \ | grep -Ev 'install-tl: done' \ | grep -Ev '^Logfile: ' \ + | grep -Ev '^Time used for installing ' \ | cat` |