From 73d934bf43cc51b115a7e7f699655b52419c2fe2 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sun, 21 Dec 2014 03:04:09 +0100 Subject: quiet apt-get for windows x-compile --- tools/x-win/compile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/x-win/compile.sh b/tools/x-win/compile.sh index fb4d4aa85f..9c3b63d30e 100755 --- a/tools/x-win/compile.sh +++ b/tools/x-win/compile.sh @@ -31,7 +31,7 @@ if test -z "${ARDOURCFG}"; then fi if [ "$(id -u)" = "0" ]; then - apt-get -y install build-essential \ + apt-get -qq -y install build-essential \ ${DEBIANPKGS} \ git autoconf automake libtool pkg-config yasm python -- cgit v1.2.3