Fix job control in remote shell
* lisp/net/tramp-sh.el (tramp-methos) <scp, ssh>: Adapt `tramp-direct-async' argument. (Bug#71259)
This commit is contained in:
parent
0b4d2bb9b3
commit
baecf9bb28
1 changed files with 2 additions and 2 deletions
|
@ -189,7 +189,7 @@ The string is used in `tramp-methods'.")
|
|||
(tramp-login-args (("-l" "%u") ("-p" "%p") ("%c")
|
||||
("-e" "none") ("%h")))
|
||||
(tramp-async-args (("-q")))
|
||||
(tramp-direct-async t)
|
||||
(tramp-direct-async ("-t" "-t"))
|
||||
(tramp-remote-shell ,tramp-default-remote-shell)
|
||||
(tramp-remote-shell-login ("-l"))
|
||||
(tramp-remote-shell-args ("-c"))
|
||||
|
@ -253,7 +253,7 @@ The string is used in `tramp-methods'.")
|
|||
(tramp-login-args (("-l" "%u") ("-p" "%p") ("%c")
|
||||
("-e" "none") ("%h")))
|
||||
(tramp-async-args (("-q")))
|
||||
(tramp-direct-async t)
|
||||
(tramp-direct-async ("-t" "-t"))
|
||||
(tramp-remote-shell ,tramp-default-remote-shell)
|
||||
(tramp-remote-shell-login ("-l"))
|
||||
(tramp-remote-shell-args ("-c"))))
|
||||
|
|
Loading…
Add table
Reference in a new issue