Quote $vars

This commit is contained in:
Wedge Jarrad 2016-06-24 11:36:04 -07:00
parent ab2287c5ba
commit d83473a8d4

View File

@ -11,7 +11,7 @@ if [ -z "$SODIUM_HOME" ]; then
exit exit
fi 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" echo "You shouldn't use android-build.sh directly, use android-[arch].sh instead"
exit 1 exit 1
fi fi