emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master becdee74822: ; * lisp/net/tramp-androidsu.el (tramp-androidsu-han


From: Po Lu
Subject: master becdee74822: ; * lisp/net/tramp-androidsu.el (tramp-androidsu-handle-make-process): Typo.
Date: Tue, 14 May 2024 04:20:52 -0400 (EDT)

branch: master
commit becdee748223b4bdd95dc85de265499cc512f7a9
Author: Po Lu <luangruo@yahoo.com>
Commit: Po Lu <luangruo@yahoo.com>

    ; * lisp/net/tramp-androidsu.el (tramp-androidsu-handle-make-process): Typo.
---
 lisp/net/tramp-androidsu.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/net/tramp-androidsu.el b/lisp/net/tramp-androidsu.el
index 0910d274cc4..afe1957f09a 100644
--- a/lisp/net/tramp-androidsu.el
+++ b/lisp/net/tramp-androidsu.el
@@ -400,7 +400,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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]