summaryrefslogtreecommitdiff
path: root/systems/texlive/tlnet/install-tl
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2021-04-12 03:01:29 +0000
committerNorbert Preining <norbert@preining.info>2021-04-12 03:01:29 +0000
commit72c29070e5c574da1a734cb90214754b2f3aa698 (patch)
tree75d0363f99a91e571bf7b981f82e8f1c2acb696a /systems/texlive/tlnet/install-tl
parent9b552e1a4637af098a01847c97658f65bc505356 (diff)
CTAN sync 202104120301
Diffstat (limited to 'systems/texlive/tlnet/install-tl')
-rwxr-xr-xsystems/texlive/tlnet/install-tl8
1 files changed, 4 insertions, 4 deletions
diff --git a/systems/texlive/tlnet/install-tl b/systems/texlive/tlnet/install-tl
index 81068274f3..e839c5dc75 100755
--- a/systems/texlive/tlnet/install-tl
+++ b/systems/texlive/tlnet/install-tl
@@ -1,5 +1,5 @@
#!/usr/bin/env perl
-# $Id: install-tl 58811 2021-04-10 08:09:15Z siepo $
+# $Id: install-tl 58829 2021-04-11 14:25:47Z siepo $
# Copyright 2007-2021
# Reinhard Kotucha, Norbert Preining, Karl Berry, Siep Kroonenberg.
# This file is licensed under the GNU General Public License version 2
@@ -8,7 +8,7 @@
# Be careful when changing wording: *every* normal informational message
# output here must be recognized by the long grep in tl-update-tlnet.
-my $svnrev = '$Revision: 58811 $';
+my $svnrev = '$Revision: 58829 $';
$svnrev =~ m/: ([0-9]+) /;
$::installerrevision = ($1 ? $1 : 'unknown');
@@ -109,7 +109,7 @@ if (($^O !~ /^MSWin/i) &&
}
}
} else {
- for my $q (qw/in-place profile help print-platform version no-gui/) {
+ for my $q (qw/in-place profile help print-arch print-platform version no-gui/) {
if ($p eq "-$q") {
# ignore gui mode
$want_tcl = 0;
@@ -3116,7 +3116,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 58811 2021-04-10 08:09:15Z siepo $
+$Id: install-tl 58829 2021-04-11 14:25:47Z siepo $
=cut
# to remake HTML version: pod2html --cachedir=/tmp install-tl >/tmp/itl.html