turn off printing of each command in the help section of the build script (#155)

This commit is contained in:
cyBerta 2020-10-14 11:42:10 +02:00 committed by GitHub
parent 10c806b1a2
commit ca11b2b65f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"