Skip to content

Commit

Permalink
Merge pull request #736 from marquiz/devel/version
Browse files Browse the repository at this point in the history
scripts/build/get-buildid: return unknown version
  • Loading branch information
klihub committed Nov 18, 2021
2 parents 18d4256 + 91a29ca commit 62fd9ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build/get-buildid
Expand Up @@ -259,7 +259,7 @@ done
if ! dotgit_version; then
if ! stored_version; then
if ! parent_version; then
fail "failed to determine version from any source"
unknown_version
fi
fi
fi
Expand Down

0 comments on commit 62fd9ef

Please sign in to comment.