summaryrefslogtreecommitdiff
path: root/scripts/context/stubs/unix/luatools
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/context/stubs/unix/luatools')
-rwxr-xr-xscripts/context/stubs/unix/luatools1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/context/stubs/unix/luatools b/scripts/context/stubs/unix/luatools
index 69a7f488a..9f34bea72 100755
--- a/scripts/context/stubs/unix/luatools
+++ b/scripts/context/stubs/unix/luatools
@@ -513,6 +513,7 @@ local concat, sort, insert, remove = table.concat, table.sort, table.insert, tab
local format, find, gsub, lower, dump, match = string.format, string.find, string.gsub, string.lower, string.dump, string.match
local getmetatable, setmetatable = getmetatable, setmetatable
local type, next, tostring, tonumber, ipairs, pairs = type, next, tostring, tonumber, ipairs, pairs
+local unpack = unpack or table.unpack
function table.strip(tab)
local lst = { }