projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c45f0b
)
; * lisp/net/tramp-androidsu.el (tramp-androidsu-handle-make-process): Typo.
author
Po Lu
<luangruo@yahoo.com>
Tue, 14 May 2024 08:17:36 +0000
(16:17 +0800)
committer
Po Lu
<luangruo@yahoo.com>
Tue, 14 May 2024 08:20:17 +0000
(16:20 +0800)
lisp/net/tramp-androidsu.el
patch
|
blob
|
history
diff --git
a/lisp/net/tramp-androidsu.el
b/lisp/net/tramp-androidsu.el
index 0910d274cc4e656edeed88568f059bd50f81973c..afe1957f09a31ce142d16f9e95c4d0d406951fb2 100644
(file)
--- 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)