Skip to content
Snippets Groups Projects
Commit b7c0d4ff authored by Andrew Heather's avatar Andrew Heather
Browse files
parents eaea0460 14314fc1
No related branches found
No related tags found
No related merge requests found
......@@ -94,7 +94,7 @@ then
rc=0
else
# building under git (get the head SHA1)
version=$(git show-ref --hash=12 --head HEAD 2>/dev/null)
version=$(git show-ref --hash=12 --head refs/heads/master 2>/dev/null)
rc=$?
# prefix with WM_PROJECT_VERSION
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment