summaryrefslogtreecommitdiff
path: root/build-aux
diff options
context:
space:
mode:
authorMartin von Gagern <Martin.vGagern@gmx.net>2009-08-26 11:20:02 +0200
committerJames Youngman <jay@gnu.org>2010-04-06 22:48:39 +0100
commit20171febf2f583d83e1de0d447fa11d3e30f0ba0 (patch)
tree2f2e3d4ce49ed316d3b275c0600763c3ccb03954 /build-aux
parent969f7feed34a7ac3682d354eda6a66d80336711a (diff)
downloadfindutils-20171febf2f583d83e1de0d447fa11d3e30f0ba0.tar.gz
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.
Diffstat (limited to 'build-aux')
-rw-r--r--build-aux/.cvsignore1
-rw-r--r--build-aux/.gitignore1
2 files changed, 2 insertions, 0 deletions
diff --git a/build-aux/.cvsignore b/build-aux/.cvsignore
index f5e817be..35d182ee 100644
--- a/build-aux/.cvsignore
+++ b/build-aux/.cvsignore
@@ -18,3 +18,4 @@ c++defs.h
useless-if-before-free
vc-list-files
update-copyright
+unused-parameter.h
diff --git a/build-aux/.gitignore b/build-aux/.gitignore
index 7ced4ed4..be5fe6e0 100644
--- a/build-aux/.gitignore
+++ b/build-aux/.gitignore
@@ -17,3 +17,4 @@ compile
/useless-if-before-free
/vc-list-files
/update-copyright
+/unused-parameter.h