From a82c8ebf466d67b0863c072eee1ac66b01450887 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 23 Mar 2020 16:24:17 +0000 Subject: x86_64-darwin bin update special; less verbose, etc. git-svn-id: svn://tug.org/texlive/trunk@54499 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/bin/tl-update-auto | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Master/tlpkg/bin/tl-update-auto') diff --git a/Master/tlpkg/bin/tl-update-auto b/Master/tlpkg/bin/tl-update-auto index 78ba3b01f0c..793f63e4aef 100755 --- a/Master/tlpkg/bin/tl-update-auto +++ b/Master/tlpkg/bin/tl-update-auto @@ -13,7 +13,7 @@ chicken=echo chicken= # verbose=echo -#verbose=false +verbose=false # # Toward the end of a release, we may want to update config.{guess,sub} # but nothing else: @@ -242,9 +242,9 @@ fi fi # !config_scripts_only -# ctan mirror list from ctan. Also skip if even-numbered day, +# ctan mirror list from ctan. Also skip every other day, # just because daily seems a bit much. -if $config_scripts_only || test `expr $(date +%d) % 2` = 1; then :; else +if $config_scripts_only || test `expr $(date +%d) % 2` = 0; then :; else ctan_mirrors=$TMPDIR/mirrors # incoming data from CTAN ctan_mirmon=$TMPDIR/mirmon.state mirrors4tl=tlpkg/installer/ctan-mirrors.pl # massaged for TL -- cgit v1.2.3