Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs

This commit is contained in:
Michael Albinus
2024-05-14 10:50:17 +02:00

View File

@@ -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)