mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
* lisp/net/tramp-sh.el (tramp-get-ls-command-with): Fix typo.
This commit is contained in:
parent
6ffc6a698f
commit
4df361557c
1 changed files with 1 additions and 1 deletions
|
|
@ -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)))
|
||||
|
|
|
|||
Loading…
Reference in a new issue