diff options
-rwxr-xr-x | dev/dist.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/dist.sh b/dev/dist.sh index 926a373..86a5af3 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" |