aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Albinus2024-05-14 10:50:17 +0200
committerMichael Albinus2024-05-14 10:50:17 +0200
commit041aa3ffc65c1146bed43ecaa1b0df4e7486c963 (patch)
treef39cf1192af13369c0d77ad664e185ad1269d217
parentdd13ab0756bc28a02d7685d6ae4ee442a23a5b84 (diff)
parentbecdee748223b4bdd95dc85de265499cc512f7a9 (diff)
downloademacs-041aa3ffc65c1146bed43ecaa1b0df4e7486c963.tar.gz
emacs-041aa3ffc65c1146bed43ecaa1b0df4e7486c963.zip
Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs
-rw-r--r--lisp/net/tramp-androidsu.el2
1 files changed, 1 insertions, 1 deletions
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."
401 ;; that starting inferior shells on systems with 401 ;; that starting inferior shells on systems with
402 ;; such implementations does not needlessly fail. 402 ;; such implementations does not needlessly fail.
403 (if (tramp-get-connection-property v "remote-namespace") 403 (if (tramp-get-connection-property v "remote-namespace")
404 (append (list "su" "-mm" user "-c") command) 404 (append (list "su" "-mm" "-c") command)
405 (append (list "su" "-c") command)) 405 (append (list "su" "-c") command))
406 (if (tramp-get-connection-property v "remote-namespace") 406 (if (tramp-get-connection-property v "remote-namespace")
407 (append (list "su" "-mm" "-" user "-c") command) 407 (append (list "su" "-mm" "-" user "-c") command)