dist.sh m fix (missed $)

This commit is contained in:
Mattias Andrée 2012-08-27 01:00:03 +02:00
parent 32858c5959
commit 42f8d256e5

View file

@ -60,7 +60,7 @@ pdf()
tag()
{
version=`./setup.py version`
if [ "version" = 'Ponysay '"$1"' installer' ]; then
if [ "$version" = 'Ponysay '"$1"' installer' ]; then
git tag -a "$@" && git checkout "$1" && git push -u origin "$1"
else
echo 'Setup script reports. '"$version"