[Android] compile: Fix check on BUILD value
Thomas Guillem
git at videolan.org
Tue Oct 28 09:18:56 CET 2014
vlc-ports/android | branch: master | Thomas Guillem <tom at gllm.fr> | Tue Oct 28 09:18:38 2014 +0100| [2e0033552062e51753af1442227065423986022b] | committer: Thomas Guillem
compile: Fix check on BUILD value
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=2e0033552062e51753af1442227065423986022b
---
compile.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/compile.sh b/compile.sh
index 39810c2..449dbef 100755
--- a/compile.sh
+++ b/compile.sh
@@ -202,7 +202,7 @@ else
cd vlc
fi
-if [ -z "$BUILD" ]
+if [ "$BUILD" = 0 ]
then
echo "Not building anything, please run $0 --build"
exit 0
More information about the Android
mailing list