texlive[50674] Master/install-tl: (do_texmf_cnf): don't match

commits+karl at tug.org commits+karl at tug.org
Sun Mar 31 17:30:16 CEST 2019


Revision: 50674
          http://tug.org/svn/texlive?view=revision&revision=50674
Author:   karl
Date:     2019-03-31 17:30:16 +0200 (Sun, 31 Mar 2019)
Log Message:
-----------
(do_texmf_cnf): don't match TEXMFLOCALEDIR with
TEXMFLOCAL. Report from jfbu, 29 Mar 2019 13:48:24.

Modified Paths:
--------------
    trunk/Master/install-tl

Modified: trunk/Master/install-tl
===================================================================
--- trunk/Master/install-tl	2019-03-31 07:23:57 UTC (rev 50673)
+++ trunk/Master/install-tl	2019-03-31 15:30:16 UTC (rev 50674)
@@ -1352,7 +1352,7 @@
 
   # we have to find TEXMFLOCAL TEXMFSYSVAR and TEXMFHOME
   foreach my $line (@texmfcnflines) {
-    if ($line =~ m/^TEXMFLOCAL/) {
+    if ($line =~ m/^TEXMFLOCAL\b/) { # don't find TEXMFLOCALEDIR
       # by default TEXMFLOCAL = TEXDIR/../texmf-local, if this is the case
       # we don't have to write a new setting.
       my $deftmlocal = dirname($vars{'TEXDIR'});



More information about the tex-live-commits mailing list