aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c8d1fc78..e2ddc7bb 100644
--- a/Makefile
+++ b/Makefile
@@ -31,7 +31,7 @@ install:
chmod og=rwx,o=rx /var/run/netreport
check:
- for afile in `find . -type f -perm +111 ` ; do \
+ for afile in `find . -type f -perm +111|grep -v \.csh ` ; do \
bash -n $$afile || { echo $$afile ; exit 1 } ; \
done