projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ffc6a6
)
* lisp/net/tramp-sh.el (tramp-get-ls-command-with): Fix typo.
author
Michael Albinus
<michael.albinus@gmx.de>
Sat, 23 Jun 2018 08:18:55 +0000
(10:18 +0200)
committer
Michael Albinus
<michael.albinus@gmx.de>
Sat, 23 Jun 2018 08:18:55 +0000
(10:18 +0200)
lisp/net/tramp-sh.el
patch
|
blob
|
history
diff --git
a/lisp/net/tramp-sh.el
b/lisp/net/tramp-sh.el
index 9bedce78c8c14ca006ee3de97de0327af616c8ca..63b39a0378e7bd168aa074fcafb895182566c1cf 100644
(file)
--- a/
lisp/net/tramp-sh.el
+++ b/
lisp/net/tramp-sh.el
@@
-5359,7
+5359,7
@@
Nonexistent directories are removed from spec."
(tramp-send-command-and-check
vec
(format
- "%s
ls
--help 2>&1 | grep -iq busybox" (tramp-get-ls-command vec))))
+ "%s --help 2>&1 | grep -iq busybox" (tramp-get-ls-command vec))))
(tramp-send-command-and-check
vec (format "%s %s -al /dev/null" (tramp-get-ls-command vec) option))
option)))