lua-users home
lua-l archive

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


On Thu, Jan 6, 2011 at 17:21, Henning Diedrich <hd2010@eonblast.com> wrote:
> Could this be wrong in main (or is this the test itself)?
> main.lua 151: RUN([[lua "-e_PROMPT='%s'" -i < %s > %s]], prompt, prog, out)
> (?   : RUN([[lua -e"_PROMPT='%s'" -i < %s > %s]], prompt, prog, out))
> It fails for me.
>

Is your lua built with readline library?

--Leo--