diff options
-rwxr-xr-x | embedded-test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embedded-test.sh b/embedded-test.sh index a1ce00d..1c9e4b7 100755 --- a/embedded-test.sh +++ b/embedded-test.sh @@ -160,7 +160,7 @@ case $libc in exit 1 esac -if [ -z $archlist ];then +if [ -z "$archlist" ];then if [ $vendor = "openadk" ];then case $libc in uclibc-ng) |