From 9a664257059c25efc727d746a9f86472588113c0 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Fri, 20 Aug 1999 16:02:55 +0000 Subject: don't check csh file with bash --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.1