summaryrefslogtreecommitdiff
path: root/embedded-test.sh
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-09-01 22:40:24 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-09-01 22:40:46 +0200
commitdab071d8bc861d93f9db8d8284b3cfb553000a93 (patch)
tree8b0582e04265509807455509ef4696364809a1d4 /embedded-test.sh
parent065b2da74ad31218beb0c1e847d9d4bdd74404b8 (diff)
quote archlist
Diffstat (limited to 'embedded-test.sh')
-rwxr-xr-xembedded-test.sh2
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)