summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/tl-update-auto
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-01-09 00:23:23 +0000
committerKarl Berry <karl@freefriends.org>2011-01-09 00:23:23 +0000
commit8df96d2bbfa496668439a51b245f01342fadbd8c (patch)
treec49a319b1bc459b0ad3e5babae67ef170599e9bc /Master/tlpkg/bin/tl-update-auto
parent9f0ebe894e13ab5bfd1b79e5ddec669787d2dc02 (diff)
restore keywords file (again), avoid overwriting with nothing (again) until xml dump is back
git-svn-id: svn://tug.org/texlive/trunk@20982 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/tl-update-auto')
-rwxr-xr-xMaster/tlpkg/bin/tl-update-auto3
1 files changed, 2 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/tl-update-auto b/Master/tlpkg/bin/tl-update-auto
index 600440ae842..c50bd51de16 100755
--- a/Master/tlpkg/bin/tl-update-auto
+++ b/Master/tlpkg/bin/tl-update-auto
@@ -223,7 +223,7 @@ fi # !config_scripts_only
# texcatalogue.keywords
#
-if $config_scripts_only; then :; else
+if $config_scripts_only; then :; else if false; then
cat_dump=/tmp/tc.xml
rm -f $cat_dump.new
wget --quiet ftp://tug.ctan.org/ftpmaint/az/texcatalogue.xml -O $cat_dump.new \
@@ -240,6 +240,7 @@ else
$chicken $cp $temp.keywords.new $keywordfile
update_list="$update_list $keywordfile"
fi
+fi # false -- skipping for now, xml dump is mia
fi # !config_scripts_only