fix auto-generating the version file

This commit is contained in:
nuex 2013-06-07 21:36:59 -04:00
parent 0cf0cdd0c3
commit 6985c1faba
1 changed files with 1 additions and 1 deletions

View File

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