mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-22 13:25:41 +01:00
build: Makefile: remove bashism
Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com>
This commit is contained in:
parent
3b110c2d34
commit
eb53fffc01
@ -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; \
|
||||||
|
Loading…
Reference in New Issue
Block a user