summaryrefslogtreecommitdiff
path: root/systems/texlive/tlnet/install-tl
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2020-12-05 03:00:47 +0000
committerNorbert Preining <norbert@preining.info>2020-12-05 03:00:47 +0000
commit042d4edb85997e17a0b71f0f584e7c6371b2bf39 (patch)
tree5f4c6f9d7566fa96afec11e038da430979c6a4b1 /systems/texlive/tlnet/install-tl
parentc21dfc1b6264e70868fc851d90a124d5b1d9c341 (diff)
CTAN sync 202012050300
Diffstat (limited to 'systems/texlive/tlnet/install-tl')
-rwxr-xr-xsystems/texlive/tlnet/install-tl8
1 files changed, 5 insertions, 3 deletions
diff --git a/systems/texlive/tlnet/install-tl b/systems/texlive/tlnet/install-tl
index d131f5907c..e110596640 100755
--- a/systems/texlive/tlnet/install-tl
+++ b/systems/texlive/tlnet/install-tl
@@ -1,5 +1,5 @@
#!/usr/bin/env perl
-# $Id: install-tl 56866 2020-11-06 03:11:34Z kakuto $
+# $Id: install-tl 57052 2020-12-03 12:02:10Z siepo $
# Copyright 2007-2020
# 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: 56866 $';
+my $svnrev = '$Revision: 57052 $';
$svnrev =~ m/: ([0-9]+) /;
$::installerrevision = ($1 ? $1 : 'unknown');
@@ -119,6 +119,8 @@ if (($^O !~ /^MSWin/i) &&
}
# done scanning arguments
if ($want_tcl) {
+ # Darwin: suppress deprecation warning
+ $ENV{'TK_SILENCE_DEPRECATION'} = 1 if $^O eq 'darwin';
unshift (@new_args, "--");
unshift (@new_args, "$::installerdir/tlpkg/installer/install-tl-gui.tcl");
my @wishes = qw /wish wish8.7 wish8.6 wish8.5 tclkit/;
@@ -3135,7 +3137,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 56866 2020-11-06 03:11:34Z kakuto $
+$Id: install-tl 57052 2020-12-03 12:02:10Z siepo $
=cut
# to remake HTML version: pod2html --cachedir=/tmp install-tl >/tmp/itl.html