From d302512de4c569b54ad6a7f1fa035cfdc9ac3001 Mon Sep 17 00:00:00 2001 From: Akira Kakuto Date: Mon, 27 Mar 2017 06:10:31 +0000 Subject: typo git-svn-id: svn://tug.org/texlive/trunk@43615 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/scripts/xindy/xindy.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Master/texmf-dist/scripts/xindy') 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 -- cgit v1.2.3