aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Albinus2015-12-19 20:36:07 +0100
committerMichael Albinus2015-12-19 20:36:07 +0100
commit6a8a41c5104b29846ed6e69da7576e0960f2bf14 (patch)
tree962ad614368eb992f1577ebddeeb614cb4f4bd92
parent431181c664b18a7b60674e27c9b57d0121d494b2 (diff)
downloademacs-6a8a41c5104b29846ed6e69da7576e0960f2bf14.tar.gz
emacs-6a8a41c5104b29846ed6e69da7576e0960f2bf14.zip
* tramp-sh.el (tramp-get-ls-command-with-w-option): Improve check.
-rw-r--r--lisp/net/tramp-sh.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/net/tramp-sh.el b/lisp/net/tramp-sh.el
index 95fafb848d9..aebfe422168 100644
--- a/lisp/net/tramp-sh.el
+++ b/lisp/net/tramp-sh.el
@@ -5438,7 +5438,7 @@ Return ATTR."
5438 (tramp-message vec 5 "Checking, whether `ls -w' works") 5438 (tramp-message vec 5 "Checking, whether `ls -w' works")
5439 ;; Option "-w" is available on BSD systems. 5439 ;; Option "-w" is available on BSD systems.
5440 (tramp-send-command-and-check 5440 (tramp-send-command-and-check
5441 vec (format "%s -alw /dev/null" (tramp-get-ls-command vec)))))) 5441 vec (format "%s -alw" (tramp-get-ls-command vec))))))
5442 5442
5443(defun tramp-get-test-command (vec) 5443(defun tramp-get-test-command (vec)
5444 (with-tramp-connection-property vec "test" 5444 (with-tramp-connection-property vec "test"