diff options
Diffstat (limited to 'Master/install-tl')
-rwxr-xr-x | Master/install-tl | 2 |
1 files changed, 1 insertions, 1 deletions
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'}); |