summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/tl-update-tlnet
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-06-09 17:33:19 +0000
committerKarl Berry <karl@freefriends.org>2011-06-09 17:33:19 +0000
commit7fc41eb54bf203c1eb98af79267cd026a0a7ae9d (patch)
treeafa50ae0262081dfa22435d874df4fe0d4357387 /Master/tlpkg/bin/tl-update-tlnet
parent6ba6747adcf9d084e1f4a08012920e93bc3c2341 (diff)
reword a couple messages
git-svn-id: svn://tug.org/texlive/trunk@22887 c570f23f-e606-0410-a88d-b1316a301751
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' \