diff --git a/version.sh b/version.sh index c09b822d..462ab6a0 100644 --- a/version.sh +++ b/version.sh @@ -1,8 +1,10 @@ #!/bin/bash -if [[ $OS == *Windows* ]]; then +if [[ $OS == *Windows* ]]; +then BMF_BUILD_VERSION=$(python setup.py --version) else - if [[ -z $BMF_PYENV ]] + if [[ -z $BMF_PYENV ]]; + then BMF_BUILD_VERSION=$(python${BMF_PYVER} setup.py --version) else BMF_BUILD_VERSION=$(python3 setup.py --version)