Skip to content

Commit 8139fbf

Browse files
authored
remove verbose uncompress output
1 parent 173cdf8 commit 8139fbf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

zip/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ if [ ! ${ANDROID_NDK} ]; then
2121
fi
2222

2323
#extract
24-
tar -xvzf ${ZIP_FULL_VERSION}.tar.gz
24+
tar -xzf ${ZIP_FULL_VERSION}.tar.gz
2525

2626
#move to zip folder
2727
cd ${ZIP_FULL_VERSION};

0 commit comments

Comments
 (0)