mirror of
https://github.com/erkin/ponysay.git
synced 2024-11-22 04:27:58 +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()
|
||||
{
|
||||
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"
|
||||
|
|
Loading…
Reference in a new issue