[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Convenient undefined variable checking script
- From: steve donovan <steve.j.donovan@...>
- Date: Sun, 27 Jan 2013 15:23:55 +0200
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)