Skip to content
  • Fabian Vogt's avatar
    fish: Fix STAT / · bdf9ddc7
    Fabian Vogt authored
    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.
    bdf9ddc7