texlive[47438] Master/tlpkg/bin/tl-update-auto: don't remake wb files

commits+karl at tug.org commits+karl at tug.org
Wed Apr 11 00:53:42 CEST 2018


Revision: 47438
          http://tug.org/svn/texlive?view=revision&revision=47438
Author:   karl
Date:     2018-04-11 00:53:42 +0200 (Wed, 11 Apr 2018)
Log Message:
-----------
don't remake wb files if $chicken

Modified Paths:
--------------
    trunk/Master/tlpkg/bin/tl-update-auto

Modified: trunk/Master/tlpkg/bin/tl-update-auto
===================================================================
--- trunk/Master/tlpkg/bin/tl-update-auto	2018-04-10 22:26:01 UTC (rev 47437)
+++ trunk/Master/tlpkg/bin/tl-update-auto	2018-04-10 22:53:42 UTC (rev 47438)
@@ -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 @@
     # can do it unconditionally.
     # 
     pod2html="$chicken pod2html --cachedir=$TMPDIR"
-    $pod2html $script >$webdir/$basescript.html
+    test -z "$chicken" && $pod2html $script >$webdir/$basescript.html
   fi
 done
 



More information about the tex-live-commits mailing list