Fixed a bug in TAG=, it was supposed to show the TAG, not MAJOR.

This commit is contained in:
2013-05-16 21:53:03 -04:00
parent 22c70e8f5f
commit 50c21ef534
2 changed files with 0 additions and 16 deletions

View File

@@ -27,14 +27,6 @@ else
fi
fi
if [ "$TAG" == "" ] || [ "$TAG" == "tip" ]; then
if [ "$MAJOR" == "default" ]; then
TAG="0.0"
else
TAG="$MAJOR"
fi
fi
OS_NAME=""
OS_VERSION=""
if [ "$OS_NAME" == "" ] && [ "$(uname)" == "Darwin" ]; then