lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Sun, Jan 27, 2013 at 3:18 PM, Petite Abeille
<petite.abeille@gmail.com> wrote:
> $ lua -v globalsplus.lua *.lua
> Lua 5.2.0  Copyright (C) 1994-2011 Lua.org, PUC-Rio
> sh: luac52: command not found

Sorry about that, sh is indeed correct: it is an unknown command. I
renamed luac just so that I could test 5.1/5.2 side-by-side; just edit
the definition of luac at the top of globalsplus.lua.  (Egil suggests
that a better approach is an env variable LUAC)