aboutsummaryrefslogtreecommitdiffstats
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 796409b1..83c0165b 100644
--- a/Makefile
+++ b/Makefile
@@ -46,7 +46,7 @@ install:
chmod og=rwx,o=rx $(ROOT)/var/run/netreport
check:
- for afile in `find . -type f -perm +111|grep -v \.csh ` ; do \
+ for afile in `find . -type f -perm +111|grep -v \.csh | grep -v po/ ` ; do \
if ! file $$afile | grep -s ELF >/dev/null; then \
bash -n $$afile || { echo $$afile ; exit 1 ; } ; \
fi ;\