diff options
author | Hironobu Yamashita <h.y.acetaminophen@gmail.com> | 2023-10-12 13:12:43 +0000 |
---|---|---|
committer | Hironobu Yamashita <h.y.acetaminophen@gmail.com> | 2023-10-12 13:12:43 +0000 |
commit | 0cdedcb767ac4e40d1a3339198bebf747b7841b8 (patch) | |
tree | 3713db0a0aa9db4821c60e5f9bca11a5bb725641 /Build/source | |
parent | 4e7ce8ee5ae46abbe32f9b29054d906c0efecc11 (diff) |
texmf.cnf: escape lf
git-svn-id: svn://tug.org/texlive/trunk@68519 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source')
-rw-r--r-- | Build/source/texk/kpathsea/texmf.cnf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/kpathsea/texmf.cnf b/Build/source/texk/kpathsea/texmf.cnf index dc38125d0fc..6d25925494a 100644 --- a/Build/source/texk/kpathsea/texmf.cnf +++ b/Build/source/texk/kpathsea/texmf.cnf @@ -653,7 +653,7 @@ extractbb,\ gregorio,\ kpsewhich,\ makeindex,\ -memoize-extract.pl, +memoize-extract.pl,\ memoize-extract.py,\ repstopdf,\ r-mpost,\ |