summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/bin')
-rwxr-xr-xMaster/tlpkg/bin/tl-update-tlnet8
1 files changed, 3 insertions, 5 deletions
diff --git a/Master/tlpkg/bin/tl-update-tlnet b/Master/tlpkg/bin/tl-update-tlnet
index db66331b86c..f7feb1d8156 100755
--- a/Master/tlpkg/bin/tl-update-tlnet
+++ b/Master/tlpkg/bin/tl-update-tlnet
@@ -126,6 +126,7 @@ 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' \
| cat`
@@ -147,10 +148,7 @@ else
echo "$0: Here is the unexpected output:" >&2
echo "$unexpected_output" >&2
echo
- echo "$0: For the full transcript file, see:" >&2
- echo "`pwd`/install.log" >&2
- echo
- echo "$0: For install-tl's log file itself, with even more, see:" >&2
- echo "$0: $tlwebtryinst/$yyyy/install-tl.log"
+ echo "$0: Full transcript file: `pwd`/install.log" >&2
+ echo "$0: install-tl's complete log file: $tlwebtryinst/$yyyy/install-tl.log" >&2
exit 1
fi