diff --git a/lisp/net/tramp-androidsu.el b/lisp/net/tramp-androidsu.el index 361e45b9de5..ee0241812ee 100644 --- a/lisp/net/tramp-androidsu.el +++ b/lisp/net/tramp-androidsu.el @@ -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)