mirror of
https://github.com/michaelrsweet/mxml.git
synced 2024-11-24 11:25:30 +00:00
Fix bug in makesrcdist.
This commit is contained in:
parent
4184668da3
commit
5626dde2db
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# makedist - make a source distribution of mxml.
|
||||
# makesrcdist - make a source distribution of mxml.
|
||||
#
|
||||
|
||||
echo "Getting distribution..."
|
||||
@ -22,7 +22,7 @@ rm -rf mxml-$version
|
||||
mv mxml mxml-$version
|
||||
cd mxml-$version
|
||||
|
||||
if test x$version != snapshot; then
|
||||
if test x$version != xsnapshot; then
|
||||
echo "Tagging release..."
|
||||
|
||||
tag=`echo v$version | tr '.' '_'`
|
||||
|
Loading…
Reference in New Issue
Block a user