From e4d987ab89777039cb546175b7f717b7197c06ec Mon Sep 17 00:00:00 2001 From: FellippeHeitor Date: Thu, 14 Jan 2021 21:39:28 -0300 Subject: [PATCH] Removes -v switch from compile.sh --- .ci/compile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/compile.sh b/.ci/compile.sh index 4bc55ce9a..b8c7d233b 100755 --- a/.ci/compile.sh +++ b/.ci/compile.sh @@ -1,7 +1,7 @@ #!/bin/bash echo From git `echo $GITHUB_SHA | sed 's/\(.......\).*$/\1/'` > internal/version.txt -./qb64_bootstrap -x -v source/qb64.bas +./qb64_bootstrap -x -w source/qb64.bas SUCCESS=$? rm qb64_bootstrap rm internal/source/*