summaryrefslogtreecommitdiffstats
path: root/util/lint/lint-stable-003-whitespace
diff options
context:
space:
mode:
Diffstat (limited to 'util/lint/lint-stable-003-whitespace')
-rwxr-xr-xutil/lint/lint-stable-003-whitespace2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/lint/lint-stable-003-whitespace b/util/lint/lint-stable-003-whitespace
index 6869a44fd8ed..fceacf7393c5 100755
--- a/util/lint/lint-stable-003-whitespace
+++ b/util/lint/lint-stable-003-whitespace
@@ -20,7 +20,7 @@
LC_ALL=C export LC_ALL
find src util -name .svn -type d -prune -o \
- -perm +111 -prune -o \
+ -type f -perm /111 -prune -o \
-name .git -type d -prune -o \
-name README -prune -o \
-name LICENSE -prune -o \