emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 4df3615: * lisp/net/tramp-sh.el (tramp-get-ls-comma


From: Michael Albinus
Subject: [Emacs-diffs] master 4df3615: * lisp/net/tramp-sh.el (tramp-get-ls-command-with): Fix typo.
Date: Sat, 23 Jun 2018 04:19:05 -0400 (EDT)

branch: master
commit 4df361557c3f1b4039fa59d23cd1ed66c2ca5b1c
Author: Michael Albinus <address@hidden>
Commit: Michael Albinus <address@hidden>

    * 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 9bedce7..63b39a0 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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]