Élie Roux wrote:
2010/3/15 Taco Hoekwater <[email protected]>:
Ah, I see. I any case, I have applied your patch already, exactly
as-is. I'll think about a unix solution.

Hello,

I just thought about something: in a script we need to detect if,
under windows, luatex is run under cygwin or not (cygwin and
non-cygwin are the same binary for me). Currently we do something like

local system = io.popen("uname -s"):read("*l")

You could test against os.uname().

Best wishes,
Taco
_______________________________________________
dev-luatex mailing list
[email protected]
http://www.ntg.nl/mailman/listinfo/dev-luatex

Reply via email to