From 4380b4e3e46c0712171785e0b6eb9fc55c6c096e Mon Sep 17 00:00:00 2001 From: nhmall Date: Thu, 4 Feb 2021 18:04:11 -0500 Subject: [PATCH] progress detail in the CI log file is too verbose --- sys/msdos/fetch-cross-compiler.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/msdos/fetch-cross-compiler.sh b/sys/msdos/fetch-cross-compiler.sh index 3065b9cd4..f69cf9260 100644 --- a/sys/msdos/fetch-cross-compiler.sh +++ b/sys/msdos/fetch-cross-compiler.sh @@ -57,7 +57,7 @@ if [ ! -f "$DJGPP_FILE" ]; then #Mac curl -L $DJGPP_URL -o $DJGPP_FILE else - wget --no-hsts "$DJGPP_URL" + wget --quiet --no-hsts "$DJGPP_URL" fi fi @@ -72,7 +72,7 @@ if [ ! -d djgpp/cwsdpmi ]; then #Mac curl http://sandmann.dotster.com/cwsdpmi/csdpmi7b.zip -o csdpmi7b.zip else - wget --no-hsts http://sandmann.dotster.com/cwsdpmi/csdpmi7b.zip + wget --quiet --no-hsts http://sandmann.dotster.com/cwsdpmi/csdpmi7b.zip fi cd djgpp mkdir -p cwsdpmi