projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee90aa6
)
* tramp-sh.el (tramp-sh-handle-file-acl): Do not redirect stderr
author
Michael Albinus
<michael.albinus@gmx.de>
Fri, 14 Aug 2015 19:14:15 +0000
(21:14 +0200)
committer
Michael Albinus
<michael.albinus@gmx.de>
Fri, 14 Aug 2015 19:14:15 +0000
(21:14 +0200)
to /dev/null, this is done in `tramp-send-command-and-check'.
lisp/net/tramp-sh.el
patch
|
blob
|
history
diff --git
a/lisp/net/tramp-sh.el
b/lisp/net/tramp-sh.el
index 661c504b795132d82ca6f9aca5a6d12544b57681..7f7558e93b5935cf45a1e4756c454fd47a5ec5c9 100644
(file)
--- 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))