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