From b69c1f38545e7d2baa04c3d968ce20585511415a Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Tue, 20 Sep 2016 01:20:17 -0600 Subject: [PATCH] Suppress configure output --- bin/compile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/compile b/bin/compile index ac2da78..b4dea75 100755 --- a/bin/compile +++ b/bin/compile @@ -78,7 +78,7 @@ cd "nginx-${NGINX_VERSION}" if [[ ! -f "${CACHE_DIR}/bin/nginx" ]]; then echo "-----> Compiling static nginx binary" mkdir "$BUILD_DIR/nginx" - ./configure \ + suppress ./configure \ --with-cpu-opt=generic \ --prefix="$BUILD_DIR/nginx" \ --with-pcre=../pcre-${PCRE_VERSION} \