texlive[43888] Master/tlpkg/TeXLive/TLUtils.pm: fix comment: no

commits+mojca at tug.org commits+mojca at tug.org
Mon Apr 17 09:13:35 CEST 2017


Revision: 43888
          http://tug.org/svn/texlive?view=revision&revision=43888
Author:   mojca
Date:     2017-04-17 09:13:35 +0200 (Mon, 17 Apr 2017)
Log Message:
-----------
fix comment: no support for Mac OS X older than 10.5

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

Modified: trunk/Master/tlpkg/TeXLive/TLUtils.pm
===================================================================
--- trunk/Master/tlpkg/TeXLive/TLUtils.pm	2017-04-17 06:58:51 UTC (rev 43887)
+++ trunk/Master/tlpkg/TeXLive/TLUtils.pm	2017-04-17 07:13:35 UTC (rev 43888)
@@ -292,13 +292,13 @@
     # 10.6/Snow Leopard through 10.9/Mavericks:
     #   -> x86_64-darwinlegacy if 64-bit
     #   -> i386-darwin         otherwise
-    # 10.5/Leopard and older:
+    # 10.5/Leopard:
     #   -> i386-darwin    if x86
     #   -> powerpc-darwin if ppc
     #
     # (BTW, uname -r numbers are larger by 4 than the minor version.
     # We don't use uname numbers here.)
-    # 
+    #
     my $mactex_version = 10;  # this will change in the future.
     #
     # Most robust approach is apparently to check sw_vers (os version,



More information about the tex-live-commits mailing list