From 225af4ed4bc908a8a933bac789fe4f6c5ded2975 Mon Sep 17 00:00:00 2001 From: nhmall Date: Fri, 2 Dec 2022 00:23:46 -0500 Subject: [PATCH] CI ms-dos build: 1 warning was logged as 2 due to set -x --- sys/msdos/fetch-cross-compiler.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/msdos/fetch-cross-compiler.sh b/sys/msdos/fetch-cross-compiler.sh index f75e080cb..1bf846e65 100755 --- a/sys/msdos/fetch-cross-compiler.sh +++ b/sys/msdos/fetch-cross-compiler.sh @@ -120,6 +120,7 @@ if [ ! -d djgpp/djgpp-patch ]; then if [ -z "${TF_BUILD}" ]; then echo "Unable to complete the build, exiting..." else + set +x echo "##vso[task.logissue type=warning;]Trouble downloading djgpp-patch" fi exit 121