[NTG-context] permissions in texmf/scripts/context/*
Taco Hoekwater
taco at elvenkind.com
Tue Feb 8 14:58:41 CET 2005
Vit Zyka wrote:
> Hans Hagen wrote:
>
> Problem occures when I run perl via texmfstart. And since it is exe on
> win I do not known how and with which environment is the Perl called
> inside.
Here is a very small script. Save to a file and run texmfstart on it.
# envtest.pl
map { print "INC .= $_\n" } @INC;
map { print "$_ = $ENV{$_}\n"; } keys %ENV;
Greetings, Taco
More information about the ntg-context
mailing list