Bug#370633: How to demonstrate this bug.

2006-06-06 Thread Mark Edgar
Sorry, I should have included information on how to demonstrate the bug: $ echo 'print"Hello"' >foo.lua $ lua -lfoo $ lua -l foo $ Note that in both runs, there should have been a single line of output "Hello". -Mark -- To UNSUBSCRIBE, email to [EMAIL

Bug#370633: lua50: lua -lNAME fails to actually do anything

2006-06-05 Thread Mark Edgar
Package: lua50 Version: 5.0.2-5 Severity: normal Tags: patch Here's the patch to solve this issue. Please compare with original upstream version -- this call to lua_settop() does not belong. --- lua50-5.0.2/src/lua/lua.c.orig 2006-06-05 23:11:41.0 -0700 +++ lua50-5.0.2/src/lua/lua.