chiark / gitweb /
Pass -q to unzip
authorFredrik Fornwall <fredrik@fornwall.net>
Thu, 4 Aug 2016 16:09:30 +0000 (12:09 -0400)
committerFredrik Fornwall <fredrik@fornwall.net>
Thu, 4 Aug 2016 16:09:30 +0000 (12:09 -0400)
build-package.sh

index 03bd2e2e2b605917b58915797130d77a6bce2549..e126a5073243a8ceb8ab1a691141c38e3610308e 100755 (executable)
@@ -361,7 +361,7 @@ termux_step_extract_package () {
        fi
        rm -Rf $folder
        if [ ${file##*.} = zip ]; then
        fi
        rm -Rf $folder
        if [ ${file##*.} = zip ]; then
-               unzip $file
+               unzip -q $file
        else
                $TERMUX_TAR xf $file
        fi
        else
                $TERMUX_TAR xf $file
        fi