Commit 947893e7 authored by Benjamin Deroche's avatar Benjamin Deroche

Keep the unzip quiet but make sure it doesn't fail silently

parent 11d49d4f
......@@ -18,7 +18,7 @@ export FILENAME=$NDK_VERSION-$HOST_PLATFORM.zip
(cd '/tmp' \
&& wget http://dl.google.com/android/repository/$FILENAME \
&& unzip $FILENAME &> /dev/null ) || exit 1
&& unzip -q $FILENAME) || exit 1
unset FILENAME
function _build_arch {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment