Work around macOS faccessat bug
commit5c414441ed73f1a302a2953dc493e83b98589262
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 6 Feb 2018 00:27:24 +0000 (5 16:27 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 6 Feb 2018 00:28:41 +0000 (5 16:28 -0800)
tree6330ec3d3478fd0c5a6ac094fd0f069cee078fc4
parent8e42b1bd3c8ba1757c150149f0d21eabd9245dcc
Work around macOS faccessat bug

* src/fileio.c (file_accessible_directory_p): Append an
extra "/" to work around macOS bug in faccessat (Bug#30350).
src/fileio.c