aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2001-01-11 23:05:52 +0000
committerBill Nottingham <notting@redhat.com>2001-01-11 23:05:52 +0000
commitd98544520b0ae31c37b2282bdb22785c7accc86e (patch)
tree6335576c764b993ad81d5c99089143ef5b5fa4ce /Makefile
parentb3fed3202c21ae3ac2c326eceff78662cc5d28f2 (diff)
downloadinitscripts-d98544520b0ae31c37b2282bdb22785c7accc86e.tar
initscripts-d98544520b0ae31c37b2282bdb22785c7accc86e.tar.gz
initscripts-d98544520b0ae31c37b2282bdb22785c7accc86e.tar.bz2
initscripts-d98544520b0ae31c37b2282bdb22785c7accc86e.tar.xz
initscripts-d98544520b0ae31c37b2282bdb22785c7accc86e.zip
5.54
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 ;\