Fix symlink flag in tramp-gvfs-handle-file-attributes
* lisp/net/tramp-gvfs.el (tramp-gvfs-handle-file-attributes): Set proper symlink file mode flag.
This commit is contained in:
parent
c355529bae
commit
90075e8e1e
1 changed files with 1 additions and 1 deletions
|
@ -992,7 +992,7 @@ If FILE-SYSTEM is non-nil, return file system attributes."
|
|||
(tramp-file-mode-from-int (string-to-number n))
|
||||
(format
|
||||
"%s%s%s%s------"
|
||||
(if dirp "d" "-")
|
||||
(if dirp "d" (if res-symlink-target "l" "-"))
|
||||
(if (equal (cdr (assoc "access::can-read" attributes))
|
||||
"FALSE")
|
||||
"-" "r")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue