; * lisp/net/tramp-androidsu.el (tramp-androidsu-handle-make-process): Typo.
authorPo Lu <luangruo@yahoo.com>
Tue, 14 May 2024 08:17:36 +0000 (16:17 +0800)
committerPo Lu <luangruo@yahoo.com>
Tue, 14 May 2024 08:20:17 +0000 (16:20 +0800)
lisp/net/tramp-androidsu.el

index 0910d274cc4e656edeed88568f059bd50f81973c..afe1957f09a31ce142d16f9e95c4d0d406951fb2 100644 (file)
@@ -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)