diff options
Diffstat (limited to 'Master/tlpkg/bin/tl-update-tlnet')
-rwxr-xr-x | Master/tlpkg/bin/tl-update-tlnet | 2 |
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 |