diff options
| author | Michael Albinus | 2024-05-14 10:50:17 +0200 |
|---|---|---|
| committer | Michael Albinus | 2024-05-14 10:50:17 +0200 |
| commit | 041aa3ffc65c1146bed43ecaa1b0df4e7486c963 (patch) | |
| tree | f39cf1192af13369c0d77ad664e185ad1269d217 | |
| parent | dd13ab0756bc28a02d7685d6ae4ee442a23a5b84 (diff) | |
| parent | becdee748223b4bdd95dc85de265499cc512f7a9 (diff) | |
| download | emacs-041aa3ffc65c1146bed43ecaa1b0df4e7486c963.tar.gz emacs-041aa3ffc65c1146bed43ecaa1b0df4e7486c963.zip | |
Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs
| -rw-r--r-- | lisp/net/tramp-androidsu.el | 2 |
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) |