turn off printing of each command in the help section of the build script (#155)
This commit is contained in:
parent
10c806b1a2
commit
ca11b2b65f
2
build.sh
2
build.sh
|
@ -42,6 +42,8 @@ case $1 in
|
||||||
;;
|
;;
|
||||||
|
|
||||||
*)
|
*)
|
||||||
|
|
||||||
|
set +x
|
||||||
echo "Usage: $0 darwin|linux|macos|windows|release"
|
echo "Usage: $0 darwin|linux|macos|windows|release"
|
||||||
echo ""
|
echo ""
|
||||||
echo "You need a C compiler and Go >= 1.14. The C compiler must be a"
|
echo "You need a C compiler and Go >= 1.14. The C compiler must be a"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user