From 4df361557c3f1b4039fa59d23cd1ed66c2ca5b1c Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Sat, 23 Jun 2018 10:18:55 +0200 Subject: [PATCH] * lisp/net/tramp-sh.el (tramp-get-ls-command-with): Fix typo. --- lisp/net/tramp-sh.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))) -- 2.39.5