diff --git a/build.bash b/build.bash index c0862a2..abadc33 100755 --- a/build.bash +++ b/build.bash @@ -149,13 +149,11 @@ function gitTag() { } function createVersionSource() { -set -x local tag tag=$(gitTag) if [ -z "${tag}" ]; then tag="n/a" fi -set +x cat >version.go <