We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 173cdf8 commit 8139fbfCopy full SHA for 8139fbf
1 file changed
zip/build.sh
@@ -21,7 +21,7 @@ if [ ! ${ANDROID_NDK} ]; then
21
fi
22
23
#extract
24
-tar -xvzf ${ZIP_FULL_VERSION}.tar.gz
+tar -xzf ${ZIP_FULL_VERSION}.tar.gz
25
26
#move to zip folder
27
cd ${ZIP_FULL_VERSION};
0 commit comments