Update taggit.sh

This commit is contained in:
2014-04-21 21:48:03 -07:00
parent eb36ced33e
commit 94e22496bf

View File

@@ -7,12 +7,12 @@ if [ "$MAKETAG" == "false" ]; then
exit 0 exit 0
fi fi
if [ ! -f version ]; then if [ ! -f version.sh ]; then
$(dirname $BASH_SOURCE)/genversion > version $(dirname $BASH_SOURCE)/gitversion.sh > version
fi fi
. ~/.buildtoolsrc . ~/.buildtoolsrc || echo
. version . version.sh
WHOLETAG="${VERSIONERS_TAGBASE}${SEP}${MAJOR}${SEP}${BUILD}" WHOLETAG="${VERSIONERS_TAGBASE}${SEP}${MAJOR}${SEP}${BUILD}"