summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
Diffstat (limited to 'Build')
-rw-r--r--Build/source/texk/kpathsea/ChangeLog1
-rw-r--r--Build/source/texk/kpathsea/tex-file.c2
2 files changed, 2 insertions, 1 deletions
diff --git a/Build/source/texk/kpathsea/ChangeLog b/Build/source/texk/kpathsea/ChangeLog
index 32cbf895a3e..79991270a4a 100644
--- a/Build/source/texk/kpathsea/ChangeLog
+++ b/Build/source/texk/kpathsea/ChangeLog
@@ -4,6 +4,7 @@
name be lua rather than luatex; otherwise kpsewhich -format=luatex
finds kpse_tex_format sometimes, and it seems unnecessary to debug
that just now.
+ Also, set suffix_search_only=true.
(LUA_SUFFIXES): put compiled suffixes first.
2007-07-05 Karl Berry <karl@tug.org>
diff --git a/Build/source/texk/kpathsea/tex-file.c b/Build/source/texk/kpathsea/tex-file.c
index 04e4f3972c0..6cec76df87a 100644
--- a/Build/source/texk/kpathsea/tex-file.c
+++ b/Build/source/texk/kpathsea/tex-file.c
@@ -675,7 +675,7 @@ kpse_init_format P1C(kpse_file_format_type, format)
INIT_FORMAT ("lua", DEFAULT_LUAINPUTS, LUA_ENVS);
#define LUA_SUFFIXES ".luc", ".luctex", ".texluc", ".lua", ".luatex", ".texlua"
SUFFIXES (LUA_SUFFIXES);
- FMT_INFO.suffix_search_only = false;
+ FMT_INFO.suffix_search_only = true;
break;
default:
FATAL1 ("kpse_init_format: Unknown format %d", format);