summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/tl-update-auto
diff options
context:
space:
mode:
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