[tex-live] Xindy searchpath

Peter Breitenlohner peb at mppmu.mpg.de
Fri Jun 18 11:10:28 CEST 2010


On Fri, 18 Jun 2010, Joachim Schrod wrote:

>> This seems to be a bug in xindy.pl script.  Not much you can do about
>> unless you have skills to write a patch for this.  I CCed the relevant
>> people.
>
> That's strange; I will compare the TL 2010 code with TL 2009 if I
> forgot some of Vladimir's Windows patches.

Hi Joachim,

in xindy.in from TL2009, there was:
   $searchpath = quotify(join($path_sep, ".", $modules_dir,
     "$modules_dir/base"));
followed by
   (progn
     (searchpath $searchpath)
     ......
whereas in TL2010 there is:
   (progn
     (searchpath ".:$modules_dir:$modules_dir/base")

Regards
Peter


More information about the tex-live mailing list