Norbert Preining wrote:
On Fr, 08 Feb 2008, Taco Hoekwater wrote:
Attached a version that does indeed allow that. If you alter the table so that your debug output looks like this, hopefully that will give you a proper perl call:
DEBUG: 0 C:/tl test/2008/tlpkg/tlperl/bin/perl.exe DEBUG: 1 "C:/tl test/2008/tlpkg/tlperl/bin/perl.exe" DEBUG: 2 "c:/tl test/2008/texmf/scripts/texlive/generate-updmap.pl"
Ok, it was 1, 2, 0 (from the order) but it did work!!! Thanks a lot!
How can this be done simply in lua? command = { a, b, c} does put it into 1, 2, 3 I assume. Anyway, After doing that I added command[0] = perlbin
Something like command = { a, b, c, [0] = perlbin} will work also.
Thanks. Will this be included in the next snapshot?
yes. Best wishes, Taco