Commit 04b66b4b authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

Mark versions as dirty.

parent 5eb5acf8
......@@ -3,7 +3,7 @@
set -e
if [ -d .git ] ; then
version="$(git describe)"
version="$(git describe --dirty)"
elif [ -f version ] ; then
version="$(cat version)"
else
......
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