texlive[54569] Master/tlpkg/bin/tl-update-auto: doc

commits+karl at tug.org commits+karl at tug.org
Thu Mar 26 23:00:30 CET 2020


Revision: 54569
          http://tug.org/svn/texlive?view=revision&revision=54569
Author:   karl
Date:     2020-03-26 23:00:30 +0100 (Thu, 26 Mar 2020)
Log Message:
-----------
doc

Modified Paths:
--------------
    trunk/Master/tlpkg/bin/tl-update-auto

Modified: trunk/Master/tlpkg/bin/tl-update-auto
===================================================================
--- trunk/Master/tlpkg/bin/tl-update-auto	2020-03-26 21:59:35 UTC (rev 54568)
+++ trunk/Master/tlpkg/bin/tl-update-auto	2020-03-26 22:00:30 UTC (rev 54569)
@@ -242,7 +242,7 @@
 fi # !config_scripts_only
 
 
-# 
 ctan mirror list from ctan. Also skip every other day,
+# 
 ctan mirror list from ctan. Skip every other day,
 # just because daily seems a bit much.
 if $config_scripts_only || test `expr $(date +%d) % 2` = 0; then :; else
   ctan_mirrors=$TMPDIR/mirrors           # incoming data from CTAN
@@ -259,7 +259,7 @@
       $chicken $mv $mirrors4tl.new $mirrors4tl
       $verbose "  $mirrors4tl update."
       test $verbose >/dev/null \
-      && ls -l $ctan_mirrors $ctan_mirmon $mirrors4tl.new
+      && ls -l $ctan_mirrors $ctan_mirmon $mirrors4tl
       update_list="$update_list $mirrors4tl"
     fi
   else



More information about the tex-live-commits mailing list.