diff --git a/dev/dist.sh b/dev/dist.sh index 926a373c..86a5af31 100755 --- a/dev/dist.sh +++ b/dev/dist.sh @@ -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"