emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-25 6a8a41c: * tramp-sh.el (tramp-get-ls-command-with


From: Michael Albinus
Subject: [Emacs-diffs] emacs-25 6a8a41c: * tramp-sh.el (tramp-get-ls-command-with-w-option): Improve check.
Date: Sat, 19 Dec 2015 19:36:17 +0000

branch: emacs-25
commit 6a8a41c5104b29846ed6e69da7576e0960f2bf14
Author: Michael Albinus <address@hidden>
Commit: Michael Albinus <address@hidden>

    * tramp-sh.el (tramp-get-ls-command-with-w-option): Improve check.
---
 lisp/net/tramp-sh.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lisp/net/tramp-sh.el b/lisp/net/tramp-sh.el
index 95fafb8..aebfe42 100644
--- a/lisp/net/tramp-sh.el
+++ b/lisp/net/tramp-sh.el
@@ -5438,7 +5438,7 @@ Return ATTR."
       (tramp-message vec 5 "Checking, whether `ls -w' works")
       ;; Option "-w" is available on BSD systems.
       (tramp-send-command-and-check
-       vec (format "%s -alw /dev/null" (tramp-get-ls-command vec))))))
+       vec (format "%s -alw" (tramp-get-ls-command vec))))))
 
 (defun tramp-get-test-command (vec)
   (with-tramp-connection-property vec "test"



reply via email to

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