summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-12-25 15:37:05 +0900
committerNorbert Preining <norbert@preining.info>2019-12-25 15:40:39 +0900
commit87cfaa044dbc86b18f337cb998ad52930d8bab96 (patch)
tree484d60345222c14292e6216c43da3a497c0b13c2
parente98d5dc25eeecb2f30d84b21c064e5fe4264ac52 (diff)
fix update.sh for new tl-update-tlpdb cmd line syntax
-rwxr-xr-xupdate.sh4
1 files 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