Hi Reuben, Isn't the following going to fail when a major version of Lua is called out (e.g. /bin/env lua5.1)? I would look at Python as an example, since it's often invoked as a similar way. Perhaps it's better not to attempt this at all since it's so fragile (e.g. what if I put two spaces between "/bin/env" and "lua")?
<magic priority="50"> <match value="/bin/lua" type="string" offset="1:16"/> <match value="/bin/env lua" type="string" offset="1:16"/> </magic> -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]