From d83473a8d4301ba2c8165240b2a61dc5282d0e2b Mon Sep 17 00:00:00 2001 From: Wedge Jarrad Date: Fri, 24 Jun 2016 11:36:04 -0700 Subject: [PATCH] Quote $vars --- dist-build/android-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist-build/android-build.sh b/dist-build/android-build.sh index a13fd011..c84c092f 100755 --- a/dist-build/android-build.sh +++ b/dist-build/android-build.sh @@ -11,7 +11,7 @@ if [ -z "$SODIUM_HOME" ]; then exit fi -if [ -z $TARGET_ARCH ] || [ -z $HOST_COMPILER ]; then +if [ -z "$TARGET_ARCH" ] || [ -z "$HOST_COMPILER" ]; then echo "You shouldn't use android-build.sh directly, use android-[arch].sh instead" exit 1 fi