mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Quote $vars
This commit is contained in:
parent
ab2287c5ba
commit
d83473a8d4
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user