mirror of
https://github.com/erkin/ponysay.git
synced 2024-11-25 13:57:59 +01:00
dist.sh m fix (missed $)
This commit is contained in:
parent
32858c5959
commit
42f8d256e5
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ pdf()
|
||||||
tag()
|
tag()
|
||||||
{
|
{
|
||||||
version=`./setup.py version`
|
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"
|
git tag -a "$@" && git checkout "$1" && git push -u origin "$1"
|
||||||
else
|
else
|
||||||
echo 'Setup script reports. '"$version"
|
echo 'Setup script reports. '"$version"
|
||||||
|
|
Loading…
Reference in a new issue