summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xMaster/tlpkg/bin/tl-update-tlnet2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/tl-update-tlnet b/Master/tlpkg/bin/tl-update-tlnet
index f7feb1d8156..c04af282b93 100755
--- a/Master/tlpkg/bin/tl-update-tlnet
+++ b/Master/tlpkg/bin/tl-update-tlnet
@@ -126,8 +126,8 @@ unexpected_output=`cat install.log \
| grep -Ev '^ Most importantly, add ' \
| grep -Ev '^ to your PATH for current and future sessions' \
| grep -Ev '^ Welcome to TeX Live' \
- | grep -Ev '^ Logfile: ' \
| grep -Ev 'install-tl: done' \
+ | grep -Ev '^Logfile: ' \
| cat`
if test -z "$unexpected_output"; then