summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/tl-update-auto
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-06-23 21:38:26 +0000
committerKarl Berry <karl@freefriends.org>2016-06-23 21:38:26 +0000
commit5b372c9b392eeeb525470a11f26c27f3a95123fd (patch)
tree39615fc97c069e15dda0528fa451bf61d290deff /Master/tlpkg/bin/tl-update-auto
parentda070a532bdc1e46d94957df1a7b62a1b90b63dd (diff)
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
Diffstat (limited to 'Master/tlpkg/bin/tl-update-auto')
-rwxr-xr-xMaster/tlpkg/bin/tl-update-auto1
1 files changed, 1 insertions, 0 deletions
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"