From 5b372c9b392eeeb525470a11f26c27f3a95123fd Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 23 Jun 2016 21:38:26 +0000 Subject: tl-update-auto: rm ctan-mirrors.pl.new if unchanged. texlive/NEWS: tlmgr 41476 entry. git-svn-id: svn://tug.org/texlive/trunk@41532 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/bin/tl-update-auto | 1 + 1 file changed, 1 insertion(+) (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 8d40d9017bb..1ff9b0fa572 100755 --- a/Master/tlpkg/bin/tl-update-auto +++ b/Master/tlpkg/bin/tl-update-auto @@ -241,6 +241,7 @@ if test `date +%w` = 0; then # only update on Sundays $mydir/tl-update-ctan-mirrors $ctan_mirrors $ctan_mirmon >$mirrors4tl.new if $diff $mirrors4tl $mirrors4tl.new; then $verbose " $mirrors4tl ok." + rm -f $mirrors4tl.new else $chicken $mv $mirrors4tl.new $mirrors4tl update_list="$update_list $mirrors4tl" -- cgit v1.2.3