From: Michael Albinus Date: Sat, 23 Jun 2018 08:18:55 +0000 (+0200) Subject: * lisp/net/tramp-sh.el (tramp-get-ls-command-with): Fix typo. X-Git-Tag: emacs-27.0.90~4778 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4df361557c3f1b4039fa59d23cd1ed66c2ca5b1c;p=emacs.git * lisp/net/tramp-sh.el (tramp-get-ls-command-with): Fix typo. --- diff --git a/lisp/net/tramp-sh.el b/lisp/net/tramp-sh.el index 9bedce78c8c..63b39a0378e 100644 --- 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)))