From 2b236210d6f17c81e3c1adfcd4a3864bfd4a9d2c Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 11 Apr 2020 01:11:40 +0000 Subject: tl-try-install, tl-update-tlpdb, releng.txt: doc. git-svn-id: svn://tug.org/texlive/trunk@54648 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/bin/tl-try-install | 1 + Master/tlpkg/bin/tl-update-tlpdb | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'Master/tlpkg/bin') diff --git a/Master/tlpkg/bin/tl-try-install b/Master/tlpkg/bin/tl-try-install index cec38afe018..2587a2b029d 100755 --- a/Master/tlpkg/bin/tl-try-install +++ b/Master/tlpkg/bin/tl-try-install @@ -59,6 +59,7 @@ rm -rf $instdir* && echo "removed $instdir*." # make installations quieter. #TEXLIVE_INSTALL_ENV_NOCHECK=1; export TEXLIVE_INSTALL_ENV_NOCHECK #TEXLIVE_INSTALL_NO_WELCOME=1; export TEXLIVE_INSTALL_NO_WELCOME +#TEXLIVE_INSTALL_PAPER=letter; export TEXLIVE_INSTALL_PAPER set -x pro=--profile=$profile diff --git a/Master/tlpkg/bin/tl-update-tlpdb b/Master/tlpkg/bin/tl-update-tlpdb index cc579960975..e4731c863cc 100755 --- a/Master/tlpkg/bin/tl-update-tlpdb +++ b/Master/tlpkg/bin/tl-update-tlpdb @@ -78,7 +78,7 @@ sub main { die "$prg: Master $opt_master not a directory, goodbye.\n"; } if ($opt_fromfiles + $opt_fromgit + $opt_fromgitsvn > 1) { - die "$prg: only one option --from[lines|git|gitsvn] can be given.\n"; + die "$prg: only one option of --from-[lines|git|gitsvn] can be given.\n"; } if (! $opt_catalogue) { -- cgit v1.2.3