Fixed Makefile leftover typo

This commit is contained in:
Paul Bakker 2013-08-20 23:11:06 +02:00
parent 68a4fce8aa
commit 667086b01d

View File

@ -301,7 +301,7 @@ ifndef WINDOWS
for i in $(APPS); \
do \
echo " - $${i}"; \
RESULT=`./$${i} | grep -v 'PASS$$' | grep -v -- '-----' | grep -v '^$$'`; \
RESULT=`./$${i} | grep -v 'PASS$$' | grep -v -- '----' | grep -v '^$$'`; \
FAILED=`echo $$RESULT |grep FAILED`; \
echo " $$RESULT"; \
if [ "$$FAILED" != "" ]; \