From 743f9fe4484058f60b441cc8f4ba7f1a3f058975 Mon Sep 17 00:00:00 2001 From: Po Lu Date: Tue, 14 May 2024 16:17:36 +0800 Subject: [PATCH] ; * lisp/net/tramp-androidsu.el (tramp-androidsu-handle-make-process): Typo. (cherry picked from commit becdee748223b4bdd95dc85de265499cc512f7a9) --- 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) -- 2.39.5