]> git.eshelyaron.com Git - emacs.git/commitdiff
; * 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)
committerEshel Yaron <me@eshelyaron.com>
Thu, 16 May 2024 08:19:55 +0000 (10:19 +0200)
(cherry picked from commit becdee748223b4bdd95dc85de265499cc512f7a9)

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)