From 3a092ae131cc04de960e102aaf082fa64e17da39 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Fri, 5 Mar 2021 00:26:37 +0000 Subject: TLUtils: fix git-svn-id: svn://tug.org/texlive/trunk@58139 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/TeXLive/TLUtils.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Master/tlpkg/TeXLive') diff --git a/Master/tlpkg/TeXLive/TLUtils.pm b/Master/tlpkg/TeXLive/TLUtils.pm index e8c75391db4..786c35813cc 100644 --- a/Master/tlpkg/TeXLive/TLUtils.pm +++ b/Master/tlpkg/TeXLive/TLUtils.pm @@ -363,7 +363,7 @@ sub platform_name { 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 -- cgit v1.2.3