mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-23 07:43:01 +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")
|
return char:match("%s")
|
||||||
end
|
end
|
||||||
|
|
||||||
local function split_shell(text, autotrim)
|
local function split_shell(text)
|
||||||
local text_length = #text
|
local text_length = #text
|
||||||
local scan_pos = 1
|
local scan_pos = 1
|
||||||
local result = { }
|
local result = { }
|
||||||
|
|
Loading…
Reference in a new issue