aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a3696ec9..656c27b0 100644
--- a/Makefile
+++ b/Makefile
@@ -115,7 +115,7 @@ check_permissions:
115 @echo "----------------------" 115 @echo "----------------------"
116 @echo "Check file permissions" 116 @echo "Check file permissions"
117 @echo "----------------------" 117 @echo "----------------------"
118 @for file in `git ls-files`; do \ 118 @for file in `git ls-files | grep -v docker`; do \
119 if [ -x $$file ]; then \ 119 if [ -x $$file ]; then \
120 errors=true; \ 120 errors=true; \
121 echo "$${file} is executable"; \ 121 echo "$${file} is executable"; \