* lisp/net/tramp-sh.el (tramp-get-ls-command-with): Fix typo.

This commit is contained in:
Michael Albinus 2018-06-23 10:18:55 +02:00
parent 6ffc6a698f
commit 4df361557c

View file

@ -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)))