aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3a3eba33..d8f1c3c9 100644
--- a/Makefile
+++ b/Makefile
@@ -109,7 +109,7 @@ install:
check:
- for afile in `find . -type f -perm +111|grep -v \.csh | grep -v po/ ` ; do \
+ for afile in `find . -type f -perm +111|grep -v \.csh | grep -v po/ |grep -v .git/` ; do \
if ! file $$afile | grep -s ELF >/dev/null; then \
bash -n $$afile || { echo $$afile ; exit 1 ; } ; \
fi ;\