From: Fredrik Fornwall Date: Thu, 4 Aug 2016 16:09:30 +0000 (-0400) Subject: Pass -q to unzip X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/termux-packages/commitdiff_plain/200e43d4799272ce285f84e541374351422f6ce9 Pass -q to unzip --- diff --git a/build-package.sh b/build-package.sh index 03bd2e2e..e126a507 100755 --- a/build-package.sh +++ b/build-package.sh @@ -361,7 +361,7 @@ termux_step_extract_package () { fi rm -Rf $folder if [ ${file##*.} = zip ]; then - unzip $file + unzip -q $file else $TERMUX_TAR xf $file fi