Martin von Gagern 20171febf2 Bug #27213: avoid failed assertions for non-executable directories.
Addresses Savannah bug #27213 - https://savannah.gnu.org/bugs/?27213

This used to fail in recent releases:
1. mkdir -p foo/bar
2. chmod a-x foo
3. find foo
4. find foo -ls

Now it will print error messages for the denied permission on foo, but will
not abort completely, and in 3. will even print the name foo/bar, while it
won't do so in 4., as the -ls predicate requires stat information. For now,
4. will print two identical error message. This should get fixed some day.
2010-04-06 22:48:39 +01:00
..
2010-04-03 12:22:57 +01:00
2007-05-21 21:36:26 +00:00
2010-04-03 12:22:57 +01:00