On Thu, Feb 16, 2012 at 5:28 PM, Daniel Klein <[email protected]> wrote: > I s'pose, more succinctly, my question is -- > > What is the role of LUA_INTERPRETER? If it's to keep the exe name, then it's > capturing too much and install.bat needs a patch. If it's just fine and > should be capturing the absolute path to the Lua executable, then > wrap_script() is doing too much by using LUA_BINDIR. > > Cheers, and happy to provide patches in either case,
Good catch -- looks like LUA_INTERPRETER was being used inconsistently across Unix and Windows. I think it's intended to keep the exe name only; install.bat needs to be updated and the uses of LUA_INTERPRETER checked. And yes, a patch is most welcome! -- Hisham ------------------------------------------------------------------------------ Virtualization & Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but cloud computing also focuses on allowing computing to be delivered as a service. http://www.accelacomm.com/jaw/sfnl/114/51521223/ _______________________________________________ Luarocks-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/luarocks-developers
