From ca11b2b65f67903e7696bd456da6b3d34b68439d Mon Sep 17 00:00:00 2001 From: cyBerta Date: Wed, 14 Oct 2020 11:42:10 +0200 Subject: [PATCH] turn off printing of each command in the help section of the build script (#155) --- build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.sh b/build.sh index ee5ef49..4fe4fc7 100755 --- a/build.sh +++ b/build.sh @@ -42,6 +42,8 @@ case $1 in ;; *) + + set +x echo "Usage: $0 darwin|linux|macos|windows|release" echo "" echo "You need a C compiler and Go >= 1.14. The C compiler must be a"