mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-02 08:42:48 +00:00
lualoader: Fix name, cli.execute_unparsed -> cli_execute_unparsed
This commit is contained in:
parent
697f127dd6
commit
ca3b8c9fc4
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=330617
@ -94,7 +94,7 @@ function cli_execute(...)
|
||||
|
||||
end
|
||||
|
||||
function cli.execute_unparsed(str)
|
||||
function cli_execute_unparsed(str)
|
||||
cli_execute(loader.parse(str))
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user