Skip to content

Commit

Permalink
Minor improvement to the build system
Browse files Browse the repository at this point in the history
  • Loading branch information
a-bezrukov committed Oct 9, 2018
1 parent 5183439 commit f61812f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion contrib/gitian-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 ]]
Expand Down

0 comments on commit f61812f

Please sign in to comment.