lua-users home
lua-l archive

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


Okay, so since I'm still at 5.1w3 I failed to notice this? For me, '...' was empty.

sample:
    lua -w -l Tools/Hamster/hamster build.lua

Ah!  lua does not use "require" for the -l option.  Maybe you could try:

    lua -w -e "require 'hamster'"

--
Wim