From ec931268b372f725e2036a633d1a631bd0d4b903 Mon Sep 17 00:00:00 2001 From: Celestino Amoroso Date: Wed, 17 Jul 2024 17:35:23 +0200 Subject: [PATCH] build.bash: removed set -x --- build.bash | 2 -- 1 file changed, 2 deletions(-) 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 <