From 87cfaa044dbc86b18f337cb998ad52930d8bab96 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Wed, 25 Dec 2019 15:37:05 +0900 Subject: fix update.sh for new tl-update-tlpdb cmd line syntax --- update.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/update.sh b/update.sh index e7c6bfff..c569ba1e 100755 --- a/update.sh +++ b/update.sh @@ -12,7 +12,7 @@ # use tlmgr key add etc, see manual. TLCHECKOUT=${TLCHECKOUT:-/home/norbert/Development/TeX/texlive.git} -TLNETDEST=${TLNETDEST:-/home/norbert/Domains/server/texlive.info/contrib/2018} +TLNETDEST=${TLNETDEST:-/home/norbert/Domains/server/texlive.info/contrib/2019} TLCATALOGUE=${TLCATALOGUE:-/home/norbert/Development/TeX/texcatalogue-svn} # how to sign @@ -74,7 +74,7 @@ fi if $do_tlpdb ; then # update tlpdb $TLCHECKOUT/Master/tlpkg/bin/tl-update-tlpdb \ - -with-w32-pattern-warning -from-git \ + --w32-pattern-warning -from-git \ --catalogue=$TLCATALOGUE \ --master=`pwd` fi -- cgit v1.2.3