Commit b71288d6 authored by Franco Fichtner's avatar Franco Fichtner

scripts: use describe --always, seems useful ;)

parent 90da6340
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
set -e set -e
VERSION=$(git describe --abbrev=0) VERSION=$(git describe --abbrev=0 --always)
REVISION=$(git rev-list ${VERSION}.. --count) REVISION=$(git rev-list ${VERSION}.. --count)
if [ "${REVISION}" != "0" ]; then if [ "${REVISION}" != "0" ]; then
# must construct full version string manually # must construct full version string manually
......
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