mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-04 06:31:13 -08:00
Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs
This commit is contained in:
commit
041aa3ffc6
1 changed files with 1 additions and 1 deletions
|
|
@ -401,7 +401,7 @@ FUNCTION."
|
|||
;; that starting inferior shells on systems with
|
||||
;; such implementations does not needlessly fail.
|
||||
(if (tramp-get-connection-property v "remote-namespace")
|
||||
(append (list "su" "-mm" user "-c") command)
|
||||
(append (list "su" "-mm" "-c") command)
|
||||
(append (list "su" "-c") command))
|
||||
(if (tramp-get-connection-property v "remote-namespace")
|
||||
(append (list "su" "-mm" "-" user "-c") command)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue