Commit 8d3d3436 authored by Mans Rullgard's avatar Mans Rullgard

Drop git- prefix from version labels

Signed-off-by: 's avatarMans Rullgard <mans@mansr.com>
parent 8fab4007
......@@ -2,7 +2,6 @@
# check for git short hash
revision=$(cd "$1" && git describe --always 2> /dev/null)
test "$revision" && revision=git-$revision
# no revision number found
test "$revision" || revision=$(cd "$1" && cat RELEASE 2> /dev/null)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment