Skip to content

Commit

Permalink
dist.sh m fix (missed $)
Browse files Browse the repository at this point in the history
  • Loading branch information
maandree committed Aug 26, 2012
1 parent 32858c5 commit 42f8d25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/dist.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 42f8d25

Please sign in to comment.