From: Po Lu Date: Tue, 14 May 2024 08:17:36 +0000 (+0800) Subject: ; * lisp/net/tramp-androidsu.el (tramp-androidsu-handle-make-process): Typo. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=743f9fe4484058f60b441cc8f4ba7f1a3f058975;p=emacs.git ; * lisp/net/tramp-androidsu.el (tramp-androidsu-handle-make-process): Typo. (cherry picked from commit becdee748223b4bdd95dc85de265499cc512f7a9) --- 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)