lua-users home
lua-l archive

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


On Mon, Oct 10, 2011 at 11:00 AM, Oskar Forsslund
<matrixsmurfen@googlemail.com> wrote:
> If I rewrite the command in luatrace.profile.bat from
> lua -e 'require("luatrace.profile").go()'
> to
> lua -e "require('luatrace.profile').go()"
> everything works fine.

Yes, that's how it must be with Windows, where double-quote is always
used for command-line arguments.

steve d.