Handle symlink targets containing spaces in tramp-gvfs.el
* lisp/net/tramp-gvfs.el (tramp-gvfs-handle-file-attributes): Handle symlink targets containing spaces.
This commit is contained in:
parent
995b69918b
commit
1e1a326c0f
1 changed files with 1 additions and 1 deletions
|
@ -813,7 +813,7 @@ file names."
|
|||
(goto-char (point-min))
|
||||
(setq res-symlink-target
|
||||
(if (re-search-forward
|
||||
"standard::symlink-target:\\s-+\\(\\S-+\\)" nil t)
|
||||
"standard::symlink-target:\\s-+\\(.*\\)$" nil t)
|
||||
(match-string 1)))
|
||||
;; ... number links
|
||||
(goto-char (point-min))
|
||||
|
|
Loading…
Add table
Reference in a new issue