* 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:
parent
ee90aa6dc3
commit
59ff39dca6
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue