1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-08 17:42:09 +03:00

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 '^$$'`; \
PASSED=`echo $$RESULT |grep PASSED`; \
echo " $$RESULT"; \
if [ "$$PASSED" == "" ]; \
if [ "$$PASSED" = "" ]; \
then \
echo "**** Failed ***************"; \
RETURN=1; \