* tramp-sh.el (tramp-sh-handle-file-acl): Do not redirect stderr

to /dev/null, this is done in `tramp-send-command-and-check'.
This commit is contained in:
Michael Albinus 2015-08-14 21:14:15 +02:00
parent ee90aa6dc3
commit 59ff39dca6

View file

@ -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))