Fix Bug#21562
* lisp/net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band): Quote argument in proper order. (Bug#21562) Copyright-paperwork-exempt: yes
This commit is contained in:
parent
17d4f60b55
commit
96764333c4
1 changed files with 2 additions and 1 deletions
|
@ -4153,7 +4153,8 @@ process to set up. VEC specifies the connection."
|
|||
|
||||
;; Disable tab and echo expansion.
|
||||
(tramp-message vec 5 "Setting up remote shell environment")
|
||||
(tramp-send-command vec "stty tab0 -inlcr -onlcr -echo kill '^U' erase '^H'" t)
|
||||
(tramp-send-command
|
||||
vec "stty tab0 -inlcr -onlcr -echo kill '^U' erase '^H'" t)
|
||||
;; Check whether the echo has really been disabled. Some
|
||||
;; implementations, like busybox of embedded GNU/Linux, don't
|
||||
;; support disabling.
|
||||
|
|
Loading…
Add table
Reference in a new issue