Fixed a bug in TAG=, it was supposed to show the TAG, not MAJOR.
This commit is contained in:
@@ -25,14 +25,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
|
||||
|
||||
Reference in New Issue
Block a user