build.bash: removed set -x

This commit is contained in:
Celestino Amoroso 2024-07-17 17:35:23 +02:00
parent 05d8d2d298
commit ec931268b3

View File

@ -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 <<eot
// Copyright (c) 2024 Celestino Amoroso (celestino.amoroso@gmail.com).