From f61812f26c7518e6a756da0f764ec2725403bd29 Mon Sep 17 00:00:00 2001 From: Andrey Bezrukov Date: Wed, 10 Oct 2018 01:17:14 +0400 Subject: [PATCH] Minor improvement to the build system --- contrib/gitian-build.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/contrib/gitian-build.sh b/contrib/gitian-build.sh index 44d5ef755c..4f23c3c23e 100755 --- a/contrib/gitian-build.sh +++ b/contrib/gitian-build.sh @@ -250,7 +250,10 @@ if [[ $commit = false ]] then COMMIT="v${VERSION}" fi -echo ${COMMIT} + +me=`basename "$0"` + +echo "$me Building branch: ${COMMIT}" # Setup build environment if [[ $setup = true ]]