diff options
Diffstat (limited to 'Build/source/texk/kpathsea/kpsewhich.c')
-rw-r--r-- | Build/source/texk/kpathsea/kpsewhich.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Build/source/texk/kpathsea/kpsewhich.c b/Build/source/texk/kpathsea/kpsewhich.c index ce48aac14d0..8965dfcd972 100644 --- a/Build/source/texk/kpathsea/kpsewhich.c +++ b/Build/source/texk/kpathsea/kpsewhich.c @@ -404,6 +404,10 @@ read_command_line P2C(int, argc, string *, argv) putchar (' '); fputs (*ext, stdout); } + if (kpse_format_info[f].alt_suffix) { + /* leave extra space between default and alt suffixes */ + putchar (' '); + } for (ext = kpse_format_info[f].alt_suffix; ext && *ext; ext++) { putchar (' '); fputs (*ext, stdout); |