13
0

once more try to get that revision info correct, sigh

This commit is contained in:
Paul Davis 2013-04-08 12:50:58 -04:00
parent 0f47a171c9
commit 1606996845

View File

@ -8,7 +8,7 @@ if echo $r | grep -q -e - ; then
revcount=`echo $r | cut -d- -f1` revcount=`echo $r | cut -d- -f1`
fi fi
commit=`echo $r | cut -d- -f2` commit=`echo $r | cut -d- -f2`
version=${release_version}${revcount:+:.$revcount} version=${release_version}${revcount:+.$revcount}
# #
# Figure out the Build Type # Figure out the Build Type