Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F153549743
D55713.id173372.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
317 B
Referenced Files
None
Subscribers
None
D55713.id173372.diff
View Options
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 ~= 10 then
goto continue
end
elseif lfs.attributes(fname, "mode") ~= "directory" then
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Apr 22, 8:13 PM (9 h, 31 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29451809
Default Alt Text
D55713.id173372.diff (317 B)
Attached To
Mode
D55713: core.lua: follow symlinks when looking for bootable kernels
Attached
Detach File
Event Timeline
Log In to Comment