Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
JackLau1222 authored and sfeiwong committed Dec 27, 2024
1 parent f7dde4b commit 8005103
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions version.sh
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit 8005103

Please sign in to comment.