mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-22 23:42:59 +00:00
split_shell: remove unused argument
This commit is contained in:
parent
9761fec6e7
commit
270cbd5aae
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ local function is_whitespace(char)
|
|||
return char:match("%s")
|
||||
end
|
||||
|
||||
local function split_shell(text, autotrim)
|
||||
local function split_shell(text)
|
||||
local text_length = #text
|
||||
local scan_pos = 1
|
||||
local result = { }
|
||||
|
|
Loading…
Reference in a new issue