build: Makefile: remove bashism

Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com>
This commit is contained in:
Alon Bar-Lev 2015-02-18 17:23:17 +02:00 committed by Manuel Pégourié-Gonnard
parent 3b110c2d34
commit eb53fffc01

View File

@ -433,7 +433,7 @@ ifndef WINDOWS
RESULT=`$(CHECK_PRELOAD) ./$${i} | grep -v 'PASS$$' | grep -v -- '----' | grep -v '^$$'`; \ RESULT=`$(CHECK_PRELOAD) ./$${i} | grep -v 'PASS$$' | grep -v -- '----' | grep -v '^$$'`; \
PASSED=`echo $$RESULT |grep PASSED`; \ PASSED=`echo $$RESULT |grep PASSED`; \
echo " $$RESULT"; \ echo " $$RESULT"; \
if [ "$$PASSED" == "" ]; \ if [ "$$PASSED" = "" ]; \
then \ then \
echo "**** Failed ***************"; \ echo "**** Failed ***************"; \
RETURN=1; \ RETURN=1; \