Fix Bug#31704. Do not merge
* lisp/net/tramp.el (tramp-eshell-directory-change): Use `path-separator' as it does eshell. (Bug#31704)
This commit is contained in:
parent
de7644d8d8
commit
3c83c9ed66
1 changed files with 1 additions and 0 deletions
|
@ -4580,6 +4580,7 @@ Only works for Bourne-like shells."
|
|||
(or
|
||||
;; When `tramp-own-remote-path' is in `tramp-remote-path',
|
||||
;; the remote path is only set in the session cache.
|
||||
;; Use `path-separator' as it does eshell.
|
||||
(tramp-get-connection-property
|
||||
(tramp-get-connection-process v) "remote-path" nil)
|
||||
(tramp-get-connection-property v "remote-path" nil))
|
||||
|
|
Loading…
Add table
Reference in a new issue