summaryrefslogtreecommitdiff
path: root/systems/texlive/tlnet/install-tl
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2022-06-23 03:00:50 +0000
committerNorbert Preining <norbert@preining.info>2022-06-23 03:00:50 +0000
commit00e67dfd87c53faeafcf0c9e66c8c2c7a410fcb8 (patch)
treeef301069afe23459e4f42b83386787a5aca10e5f /systems/texlive/tlnet/install-tl
parentd6888fdb49e3ac954c2d436951f364d3a4a4b17d (diff)
CTAN sync 202206230300
Diffstat (limited to 'systems/texlive/tlnet/install-tl')
-rwxr-xr-xsystems/texlive/tlnet/install-tl11
1 files changed, 6 insertions, 5 deletions
diff --git a/systems/texlive/tlnet/install-tl b/systems/texlive/tlnet/install-tl
index ee22319c78..29f32dea3c 100755
--- a/systems/texlive/tlnet/install-tl
+++ b/systems/texlive/tlnet/install-tl
@@ -1,5 +1,5 @@
#!/usr/bin/env perl
-# $Id: install-tl 63676 2022-06-21 00:09:29Z preining $
+# $Id: install-tl 63696 2022-06-22 22:04:04Z karl $
# Copyright 2007-2022
# Reinhard Kotucha, Norbert Preining, Karl Berry, Siep Kroonenberg.
# This file is licensed under the GNU General Public License version 2
@@ -10,7 +10,7 @@
use strict; use warnings;
-my $svnrev = '$Revision: 63676 $';
+my $svnrev = '$Revision: 63696 $';
$svnrev =~ m/: ([0-9]+) /;
$::installerrevision = ($1 ? $1 : 'unknown');
@@ -1021,8 +1021,9 @@ sub do_installation {
tldie("$0: Nothing selected, nothing to install, exiting!\n");
}
# expand ~ in various variables just to be sure
- for my $v (qw/TEXDIR TEXMFLOCAL TEXMFSYSVAR TEXMFSYSCONFIG TEXMFHOME
- TEXMFVAR TEXMFCONFIG/) {
+ # (but not the user dirs since we want the ~ to stay literal ... must
+ # think more ... qqq)
+ for my $v (qw/TEXDIR TEXMFLOCAL TEXMFSYSVAR TEXMFSYSCONFIG/) {
$vars{$v} = TeXLive::TLUtils::expand_tilde($vars{$v}) if ($vars{$v});
}
# maybe_make_ro tests for admin, local drive and NTFS before proceeding.
@@ -3567,7 +3568,7 @@ This script and its documentation were written for the TeX Live
distribution (L<https://tug.org/texlive>) and both are licensed under the
GNU General Public License Version 2 or later.
-$Id: install-tl 63676 2022-06-21 00:09:29Z preining $
+$Id: install-tl 63696 2022-06-22 22:04:04Z karl $
=cut
# to remake HTML version: pod2html --cachedir=/tmp install-tl >/tmp/itl.html