diff options
Diffstat (limited to 'Master/texmf-dist/scripts')
-rwxr-xr-x | Master/texmf-dist/scripts/xindy/xindy.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf-dist/scripts/xindy/xindy.pl b/Master/texmf-dist/scripts/xindy/xindy.pl index 7b964f15277..206235667dc 100755 --- a/Master/texmf-dist/scripts/xindy/xindy.pl +++ b/Master/texmf-dist/scripts/xindy/xindy.pl @@ -805,7 +805,7 @@ sub xindy_expression () { foreach my $module ( @modules ) { if (($module =~ /\//) || ($module =~ /\\/)) { # If $module contains directory separators, the module must be a system - # module, So we don't call kpsewhich. + # module. So we don't call kpsewhich. print $sf "(require \"$module\")\n"; } else { # Here we call kpsewhich to search for a module. Thus modules can be under |