Luiz Henrique de Figueiredo <[email protected]> wrote: > Really? If you wrap lua with > exec env LUA_INIT= LUA_PATH= LUA_CPATH= lua $* Nit-pick: use "$@" (*with* quotes), not $* - to correctly handle arguments with spaces &c in them. -uwe