Merge branch 'fix-build-helper' of https://github.com/nuex/cdist

This commit is contained in:
Nico Schottelius 2013-06-08 13:28:40 +02:00
commit d5817a54c8
1 changed files with 1 additions and 1 deletions

View File

@ -300,7 +300,7 @@ eof
fi
;;
version)
git describe > cdist/version.py
echo "VERSION = \"$(git describe)\"" > cdist/version.py
;;
*)