mirror of
https://github.com/zeromq/libzmq.git
synced 2025-04-17 07:13:28 +02:00
Keep the unzip quiet but make sure it doesn't fail silently
This commit is contained in:
parent
11d49d4f47
commit
947893e79f
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user