emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 59ff39d 2/2: * tramp-sh.el (tramp-sh-handle-file-ac


From: Michael Albinus
Subject: [Emacs-diffs] master 59ff39d 2/2: * tramp-sh.el (tramp-sh-handle-file-acl): Do not redirect stderr
Date: Fri, 14 Aug 2015 19:16:58 +0000

branch: master
commit 59ff39dca6e5b85b03ec5453d256382e06771ab3
Author: Michael Albinus <address@hidden>
Commit: Michael Albinus <address@hidden>

    * tramp-sh.el (tramp-sh-handle-file-acl): Do not redirect stderr
    
    to /dev/null, this is done in `tramp-send-command-and-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 661c504..7f7558e 100644
--- a/lisp/net/tramp-sh.el
+++ b/lisp/net/tramp-sh.el
@@ -1557,7 +1557,7 @@ be non-negative integers."
       (when (and (tramp-remote-acl-p v)
                 (tramp-send-command-and-check
                  v (format
-                    "getfacl -ac %s 2>/dev/null"
+                    "getfacl -ac %s"
                     (tramp-shell-quote-argument localname))))
        (with-current-buffer (tramp-get-connection-buffer v)
          (goto-char (point-max))



reply via email to

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