[tex-live] Minor problem with updmap in WinXP under TCC

T T t34www at googlemail.com
Wed Aug 19 23:32:11 CEST 2009


2009/8/19 Karl Berry <karl at freefriends.org>:
>    -         @lines = `$ENV{'COMSPEC'} /c dir /b /s $f`; # rk.
>    +         @lines = `\"$ENV{'COMSPEC'}\" /c dir /b /s $f`; # rk.
>
> Thanks very much.  I installed that fix.
>

I wonder if this $ENV{'COMSPEC'} is needed at all. This works for me as well:

perl -e "print `dir /b /s`"

Cheers,

Tomek


More information about the tex-live mailing list