fix auto-generating the version file

This commit is contained in:
nuex 2013-06-07 21:36:59 -04:00
parent 0cf0cdd0c3
commit 6985c1faba

View file

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