From: Michael Albinus Date: Fri, 14 Aug 2015 19:14:15 +0000 (+0200) Subject: * tramp-sh.el (tramp-sh-handle-file-acl): Do not redirect stderr X-Git-Tag: emacs-25.0.90~1373^2~35 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=59ff39dca6e5b85b03ec5453d256382e06771ab3;p=emacs.git * tramp-sh.el (tramp-sh-handle-file-acl): Do not redirect stderr to /dev/null, this is done in `tramp-send-command-and-check'. --- diff --git a/lisp/net/tramp-sh.el b/lisp/net/tramp-sh.el index 661c504b795..7f7558e93b5 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))