summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/tl-update-tlnet
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/bin/tl-update-tlnet')
-rwxr-xr-xMaster/tlpkg/bin/tl-update-tlnet6
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/tlpkg/bin/tl-update-tlnet b/Master/tlpkg/bin/tl-update-tlnet
index ae65da4d44c..5c78f5edcaf 100755
--- a/Master/tlpkg/bin/tl-update-tlnet
+++ b/Master/tlpkg/bin/tl-update-tlnet
@@ -138,9 +138,9 @@ unexpected_output=`cat install.log \
| grep -Ev '^(re-)?running mktexlsr' \
| grep -Ev '^mktexlsr: Updating ' \
| grep -Ev '^mktexlsr: Done' \
- | grep -Ev '^writing fmtutil.cnf data to' \
+ | grep -Ev '^writing fmtutil.cnf to' \
| grep -Ev '^writing updmap.cfg to' \
- | grep -Ev '^writing language.(dat|def|dat.lua) data to' \
+ | grep -Ev '^writing language.(dat|def|dat.lua) to' \
| grep -Ev '^pre-generating all format file' \
| grep -Ev '^making ConTeXt MkIV cache' \
| grep -Ev '^running ' \
@@ -148,7 +148,7 @@ unexpected_output=`cat install.log \
| grep -Ev '^finished ' \
| grep -Ev '^ See' \
| grep -Ev '^ .*/index.html' \
- | grep -Ev '^ for links to documentati' \
+ | grep -Ev '^ for links to documentation' \
| grep -Ev '^ contains updates' \
| grep -Ev '^ TeX Live is a joint project of the TeX user groups' \
| grep -Ev '^ please consider supporting it by joining the group b' \