Skip to content
Commit bdf9ddc7 authored by Fabian Vogt's avatar Fabian Vogt
Browse files

fish: Fix STAT /

KIO::stat("fish://localhost") returned a "regular file" with a MIME type of
"inode/directory". This is because it did chdir("/") and then lstat("").
Fix this by using "." instead of an empty string in that case.
parent 8028db6d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment