aboutsummaryrefslogtreecommitdiff
path: root/stand/lua
diff options
context:
space:
mode:
authorKyle Evans <kevans@FreeBSD.org>2018-09-03 03:23:09 +0000
committerKyle Evans <kevans@FreeBSD.org>2018-09-03 03:23:09 +0000
commita500341916bd89c46a42166078decb5699f7d518 (patch)
treed7babc29d5206dcf93fbd7c792eea05b760cf8bb /stand/lua
parent50cd0be78f3e7fc069f5a06a4dc9aac35a4c0af0 (diff)
Notes
Diffstat (limited to 'stand/lua')
-rw-r--r--stand/lua/core.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/stand/lua/core.lua b/stand/lua/core.lua
index 7c7fe4ab0aa9..3c4fece1e226 100644
--- a/stand/lua/core.lua
+++ b/stand/lua/core.lua
@@ -185,7 +185,7 @@ function core.kernelList()
end
if v ~= nil then
- for n in v:gmatch("([^; ]+)[; ]?") do
+ for n in v:gmatch("([^;, ]+)[;, ]?") do
if unique[n] == nil then
i = i + 1
kernels[i] = n