summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/tl-update-tlnet
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-03-08 18:14:30 +0000
committerKarl Berry <karl@freefriends.org>2021-03-08 18:14:30 +0000
commit2229554140bb2a2fc6faeaa0f86a497da0e25b91 (patch)
tree6e809e2bf517c9f2c1b8fb328945aeae3239913a /Master/tlpkg/bin/tl-update-tlnet
parentb34a3dab6046461de575d7b757a8647fd0a6f18d (diff)
doc,sync
git-svn-id: svn://tug.org/texlive/trunk@58223 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/tl-update-tlnet')
-rwxr-xr-xMaster/tlpkg/bin/tl-update-tlnet2
1 files changed, 2 insertions, 0 deletions
diff --git a/Master/tlpkg/bin/tl-update-tlnet b/Master/tlpkg/bin/tl-update-tlnet
index db1575f3c76..76c7b4b1531 100755
--- a/Master/tlpkg/bin/tl-update-tlnet
+++ b/Master/tlpkg/bin/tl-update-tlnet
@@ -200,6 +200,7 @@ PATH=/usr/bin
tlnet_install_log=`pwd`/update-tlnet-install.log
tlnet_install_cmd="install-tl -location $tltry -profile texlive.profile"
+echo "$prg: `date`"
echo "$prg: Running test install (log: $tlnet_install_log)..."
echo "$prg: (in `pwd`)"
echo "$prg: $tlnet_install_cmd"
@@ -281,6 +282,7 @@ if test $failure = false; then
$check_consistency || continue
fi
basecmd=`basename $cmdname`
+ echo "$prg: `date`"
echo "$prg: Running $basecmd ($cmd)"
outfile=/tmp/tlnet.$basecmd
if $cmd >$outfile 2>&1; then :; else