[latex3-commits] [git/LaTeX3-latex3-latex2e] gh172: Merge branch 'develop' into gh172 (5c8c259a)

Joseph Wright joseph.wright at morningstar2.co.uk
Mon Dec 2 13:40:12 CET 2019


Repository : https://github.com/latex3/latex2e
On branch  : gh172
Link       : https://github.com/latex3/latex2e/commit/5c8c259a8ad0bd7e8f46e1aa502554db3c8b112b

>---------------------------------------------------------------

commit 5c8c259a8ad0bd7e8f46e1aa502554db3c8b112b
Merge: 3a720992 526edd1d
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Mon Dec 2 12:40:12 2019 +0000

    Merge branch 'develop' into gh172


>---------------------------------------------------------------

5c8c259a8ad0bd7e8f46e1aa502554db3c8b112b
 support/texlive.sh | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --cc support/texlive.sh
index 89a0024b,e693dbfc..0b93c121
--- a/support/texlive.sh
+++ b/support/texlive.sh
@@@ -17,11 -17,11 +17,14 @@@ if ! command -v texlua > /dev/null; the
    ./install-tl --profile=../support/texlive.profile
  
    cd ..
 +else
 +  # update a cached version first (else later step might fail)
 +  tlmgr update --self
  fi
  
+ # Update tlmgr first
+ tlmgr update --self
+ 
  # Needed for any use of texlua even if not testing LuaTeX
  tlmgr install luatex
  





More information about the latex3-commits mailing list