texlive[57604] Master/install-tl: wish works on macs again, reenable
commits+karl at tug.org
commits+karl at tug.org
Wed Feb 3 00:46:14 CET 2021
Revision: 57604
http://tug.org/svn/texlive?view=revision&revision=57604
Author: karl
Date: 2021-02-03 00:46:14 +0100 (Wed, 03 Feb 2021)
Log Message:
-----------
wish works on macs again, reenable gui default
Modified Paths:
--------------
trunk/Master/install-tl
Modified: trunk/Master/install-tl
===================================================================
--- trunk/Master/install-tl 2021-02-02 22:20:14 UTC (rev 57603)
+++ trunk/Master/install-tl 2021-02-02 23:46:14 UTC (rev 57604)
@@ -51,7 +51,7 @@
if (($^O !~ /^MSWin/i) &&
# this wrapper is only for unix, since windows has its own wrapper
- ($#ARGV >= 0 || ($^O eq 'xdarwin')) &&
+ ($#ARGV >= 0 || ($^O eq 'darwin')) &&
# tcl parameter may still come, or tcl is default
($#ARGV < 0 || $ARGV[0] ne '-from_ext_gui')
# this run is not invoked by tcl
@@ -74,7 +74,7 @@
# build argument array @new_args for install-tl-gui.tcl.
# '-gui' or '-gui tcl' will not be copied to @new_args.
# quit scanning and building @new_args once tcl is ruled out.
- my $want_tcl = ($^O eq 'xdarwin');
+ my $want_tcl = ($^O eq 'darwin');
my $asked4tcl = 0;
my $forbid = 0;
my @new_args = ();
More information about the tex-live-commits
mailing list.