texlive[58139] Master/tlpkg/TeXLive/TLUtils.pm: TLUtils: fix

commits+preining at tug.org commits+preining at tug.org
Fri Mar 5 01:26:37 CET 2021


Revision: 58139
          http://tug.org/svn/texlive?view=revision&revision=58139
Author:   preining
Date:     2021-03-05 01:26:37 +0100 (Fri, 05 Mar 2021)
Log Message:
-----------
TLUtils: fix

Modified Paths:
--------------
    trunk/Master/tlpkg/TeXLive/TLUtils.pm

Modified: trunk/Master/tlpkg/TeXLive/TLUtils.pm
===================================================================
--- trunk/Master/tlpkg/TeXLive/TLUtils.pm	2021-03-05 00:22:41 UTC (rev 58138)
+++ trunk/Master/tlpkg/TeXLive/TLUtils.pm	2021-03-05 00:26:37 UTC (rev 58139)
@@ -363,7 +363,7 @@
     if ($os_major >= 11 || $os_minor >= $mactex_darwin) {
       $CPU = "universal";
       $OS = "darwin";
-    } elsif ($os_major == 10 && $6 <= $os_minor && $os_minor < $mactex_darwin){
+    } elsif ($os_major == 10 && 6 <= $os_minor && $os_minor < $mactex_darwin){
       # in between, x86 hardware only.  On 10.6 only, must check if 64-bit,
       # since if later than that, always 64-bit.
       my $is64 = $os_minor == 6



More information about the tex-live-commits mailing list.