Skip to content

Commit

Permalink
remove verbose uncompress output
Browse files Browse the repository at this point in the history
  • Loading branch information
damaex committed Jun 1, 2019
1 parent 173cdf8 commit 8139fbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zip/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ if [ ! ${ANDROID_NDK} ]; then
fi

#extract
tar -xvzf ${ZIP_FULL_VERSION}.tar.gz
tar -xzf ${ZIP_FULL_VERSION}.tar.gz

#move to zip folder
cd ${ZIP_FULL_VERSION};
Expand Down

0 comments on commit 8139fbf

Please sign in to comment.