Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sieniven committed Nov 23, 2023
1 parent e8cb60b commit 3121e42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/genbuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ if [ -z "$BUILD_VERSION" ] && [ "${BITCOIN_GENBUILD_NO_GIT}" != "1" ] && [ -e "$
git diff-index --quiet HEAD -- || SUFFIX="$SUFFIX-dirty"
fi

if [ -z "$BUILD_VERSION" ]; then
if [ -n "$BUILD_VERSION" ]; then
NEWINFO="#define BUILD_DESC \"$BUILD_VERSION\""
elif [ -n "$DESC" ]; then
NEWINFO="#define BUILD_DESC \"$DESC\""
Expand Down

0 comments on commit 3121e42

Please sign in to comment.