diff options
author | Karl Berry <karl@freefriends.org> | 2019-02-27 23:33:00 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-02-27 23:33:00 +0000 |
commit | 73561be6047c9a7380867df37651094ecae2df65 (patch) | |
tree | 4fcb6d2d3dee487b17f2c74ffb0d47ea004cf511 /Master/tlpkg/bin/tl-update-tlnet | |
parent | 35991255091be06d8b845cc069a6ba53c1b98531 (diff) |
tl19 pretest setup
git-svn-id: svn://tug.org/texlive/trunk@50149 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/tl-update-tlnet')
-rwxr-xr-x | Master/tlpkg/bin/tl-update-tlnet | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/tlpkg/bin/tl-update-tlnet b/Master/tlpkg/bin/tl-update-tlnet index 2da47874b5a..f582fd14973 100755 --- a/Master/tlpkg/bin/tl-update-tlnet +++ b/Master/tlpkg/bin/tl-update-tlnet @@ -1,5 +1,5 @@ #!/bin/sh -e -# Copyright 2008-2018 Norbert Preining +# Copyright 2008-2019 Norbert Preining # This file is licensed under the GNU General Public License version 2 # or any later version. # @@ -9,7 +9,7 @@ vc_id='$Id$' unset CDPATH unset LS_COLORS -yyyy=2018 +yyyy=2019 check_consistency=true chicken=false @@ -133,7 +133,7 @@ tlpdbopt_install_srcfiles 1 tlpdbopt_create_formats 1 instopt_letter 0 instopt_adjustpath 0 -instopt_adjustrepo 1 +instopt_adjustrepo 0 " >texlive.profile # silence envvar warnings and the welcome message. |