turn off printing of each command in the help section of the build script (#155)
This commit is contained in:
parent
10c806b1a2
commit
ca11b2b65f
1 changed files with 2 additions and 0 deletions
2
build.sh
2
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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue