From 7a6f8501906974aee5a5a25461ca8f27efc8cf57 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 10 Apr 2018 22:53:42 +0000 Subject: don't remake wb files if $chicken git-svn-id: svn://tug.org/texlive/trunk@47438 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/bin/tl-update-auto | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3