[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: RFE: cmdline option to ignore LUA_INIT
- From: Geoff Leyland <geoff_leyland@...>
- Date: Thu, 28 Jul 2011 08:57:31 +1200
On 28/07/2011, at 8:50 AM, Lorenzo Donati wrote:
> Hi all!
>
> Lately I've been struggling to force Lua interpreter to ignore LUA_INIT (on Windows). Since I hate to put shell invocation scripts everywhere (.cmd files, I mean) to set LUA_INIT to an empty value, I'd like to be able to invoke the interpreter like this:
>
> lua --noinit myscript.lua
Is there a windows equivalent to "LUA_INIT= lua"?