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 bb5d08420e0..8e8e8008e63 100755
--- a/Master/tlpkg/bin/tl-update-auto
+++ b/Master/tlpkg/bin/tl-update-auto
@@ -4,6 +4,7 @@
#
# Deal with files that are automatically updated in one way or another.
+LC_ALL=C; export LC_ALL
PATH=/usr/local/gnu/bin:/usr/local/bin:$PATH; export PATH
umask 0
@@ -200,7 +201,7 @@ for script in texmf-dist/scripts/texlive/tlmgr.pl install-tl; do
# can do it unconditionally.
#
pod2html="$chicken pod2html --cachedir=$TMPDIR"
- $pod2html $script >$webdir/$basescript.html
+ test -z "$chicken" && $pod2html $script >$webdir/$basescript.html
fi
done