chiark / gitweb /
fix unbound variable issue
authorWetitpig <winsto003@hotmail.com>
Tue, 20 Feb 2018 00:49:45 +0000 (08:49 +0800)
committerFredrik Fornwall <fredrik@fornwall.net>
Tue, 20 Feb 2018 22:56:55 +0000 (23:56 +0100)
build-package.sh

index ffada3a1031b142331d8410a9e3716b75a23d7c9..79f8de111551e1b4d52070d24fdc1a77c3f76131 100755 (executable)
@@ -801,7 +801,7 @@ termux_step_configure_autotools () {
         fi
        QUIET_BUILD=
        if [ ! -z ${TERMUX_QUIET_BUILD+x} ]; then
-               QUIET_BUILD="--enable-silent-rules --silent"
+               QUIET_BUILD="--enable-silent-rules --silent --quiet"
        fi
 
        # Some packages provides a $PKG-config script which some configure scripts pickup instead of pkg-config:
@@ -939,6 +939,7 @@ termux_step_post_configure () {
 }
 
 termux_step_make() {
+       QUIET_BUILD=
        if [ ! -z ${TERMUX_QUIET_BUILD+x} ]; then
                QUIET_BUILD="-s"
        fi