aboutsummaryrefslogtreecommitdiff
path: root/stand/lua/core.lua
diff options
context:
space:
mode:
Diffstat (limited to 'stand/lua/core.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 b1b321d10868..92cbd20b25a0 100644
--- a/stand/lua/core.lua
+++ b/stand/lua/core.lua
@@ -255,7 +255,7 @@ function core.kernelList()
end
if ftype then
- if ftype ~= lfs.DT_DIR then
+ if ftype ~= lfs.DT_DIR and ftype ~= (lfs.DT_LNK or 10) then
goto continue
end
elseif lfs.attributes(fname, "mode") ~= "directory" then