Skip to content

Commit

Permalink
Update genbuild.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Satoex authored Aug 17, 2021
1 parent 070b291 commit 4109ad2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion share/genbuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ if [ "${RAVEN_GENBUILD_NO_GIT}" != "1" -a -e "$(which git 2>/dev/null)" -a "$(gi

# otherwise generate suffix from git, i.e. string like "59887e8-dirty"
SUFFIX=$(git rev-parse --short HEAD)
git diff-index --quiet HEAD -- || SUFFIX="$SUFFIX-satocore"
git diff-index --quiet HEAD -- || SUFFIX="$SUFFIX-vulture"
fi

if [ -n "$DESC" ]; then
Expand Down

0 comments on commit 4109ad2

Please sign in to comment.