From 4efd86182950597e30c5ac323b9851246685f478 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 31 Mar 2019 15:30:16 +0000 Subject: (do_texmf_cnf): don't match TEXMFLOCALEDIR with TEXMFLOCAL. Report from jfbu, 29 Mar 2019 13:48:24. git-svn-id: svn://tug.org/texlive/trunk@50674 c570f23f-e606-0410-a88d-b1316a301751 --- Master/install-tl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Master/install-tl b/Master/install-tl index f93f6938d6b..26983c92d7d 100755 --- a/Master/install-tl +++ b/Master/install-tl @@ -1352,7 +1352,7 @@ sub do_texmf_cnf { # 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'}); -- cgit v1.2.3