Page MenuHomeFreeBSD

D55713.id.diff
No OneTemporary

D55713.id.diff

diff --git a/stand/lua/core.lua b/stand/lua/core.lua
--- a/stand/lua/core.lua
+++ b/stand/lua/core.lua
@@ -255,7 +255,7 @@
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

File Metadata

Mime Type
text/plain
Expires
Wed, Apr 22, 11:36 AM (2 h, 24 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29513187
Default Alt Text
D55713.id.diff (333 B)

Event Timeline