lualoader: Eliminate global namespace pollution in loader.lua
This commit is contained in:
parent
2d1c4f37d3
commit
8f882f75fe
@ -27,9 +27,9 @@
|
||||
-- $FreeBSD$
|
||||
--
|
||||
|
||||
config = require("config");
|
||||
menu = require("menu");
|
||||
password = require("password");
|
||||
local config = require("config");
|
||||
local menu = require("menu");
|
||||
local password = require("password");
|
||||
|
||||
-- Declares a global function cli_execute that attempts to dispatch the
|
||||
-- arguments passed as a lua function. This gives lua a chance to intercept
|
||||
|
Loading…
Reference in New Issue
Block a user