[luatex] Wildcard expansion by texlua on Windows
Joseph Wright
joseph at texdev.net
Mon Mar 11 09:11:14 CET 2024
On 11/03/2024 07:52, luigi scarso wrote:
> $ ls -1 *
> boo
> foo
> test.lua
>
> $ texlua test.lua *
> boo
> foo
> test.lua
>
> $ texlua test.lua '*'
> *
>
> $ texlua test.lua "*"
> *
>
> $ texlua test.lua '"*"'
> "*"
>
> $ texlua test.lua "'*'"
> '*'
>
> and the same with luatex. I guess that it's not what you expect
> under windows, but at the moment I cannot test.
Akira has adjusted the behaviour on Windows - the problem was that * was
being expanded by "texlua" but not by "luatex".
Regards,
Joseph
More information about the luatex
mailing list.