From ef11c9e512c3916388921992a1b9a363bfef2d75 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 23 Aug 2014 20:11:33 +0200 Subject: bugfix --- embedded-test.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/embedded-test.sh b/embedded-test.sh index 11f8b5d..b88f845 100755 --- a/embedded-test.sh +++ b/embedded-test.sh @@ -479,7 +479,7 @@ rdate -n \$ntp_server exit EOF fi - if [ $2 -eq "libc" ];then + if [ $2 = "libc" ];then case $libc in uclibc-ng|uclibc) @@ -773,7 +773,7 @@ fi if [ "$vendor" = "openadk" ];then for arch in ${archlist}; do build_openadk $arch notest - if [ ! -z $tests ];then + if [ ! -z "$tests" ];then for test in ${tests}; do if [ $test = "boot" -o $test = "libc" -o $test = "ltp" -o $test = "native" ];then case $arch in -- cgit v1.2.3