]> code.delx.au - gnu-emacs/commitdiff
* tramp-sh.el (tramp-sh-handle-file-acl): Do not redirect stderr
authorMichael Albinus <michael.albinus@gmx.de>
Fri, 14 Aug 2015 19:14:15 +0000 (21:14 +0200)
committerMichael 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

index 661c504b795132d82ca6f9aca5a6d12544b57681..7f7558e93b5935cf45a1e4756c454fd47a5ec5c9 100644 (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))