Browse Source

quote archlist

Waldemar Brodkorb 11 years ago
parent
commit
dab071d8bc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      embedded-test.sh

+ 1 - 1
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)