mirror of
https://github.com/cuberite/polarssl.git
synced 2025-08-15 16:46:20 -04: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 '^$$'`; \
|
||||
PASSED=`echo $$RESULT |grep PASSED`; \
|
||||
echo " $$RESULT"; \
|
||||
if [ "$$PASSED" == "" ]; \
|
||||
if [ "$$PASSED" = "" ]; \
|
||||
then \
|
||||
echo "**** Failed ***************"; \
|
||||
RETURN=1; \
|
||||
|
Loading…
x
Reference in New Issue
Block a user