Skip to content

Commit 292ca54

Browse files
committed
another minor bug fix
1 parent 34827e5 commit 292ca54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

util/build-third-party/build-root_new.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ ROOT_INSTALL_DIR=$BDM_PROJECT_DIR/third_party/root
3939
ROOT_TGZ_FILE=$BDM_PROJECT_DIR/third_party/$ROOT_VERSION_TGZ.source.tar.gz
4040

4141
build_root(){
42-
BDM_OS=$(DetectOS2)
42+
BDM_OS=$(DetectOs2)
4343
PYTH=""
4444
FEATURES=""
45-
if [ $BDM_OS = "osx" ]; then
45+
if [ $BDM_OS == "osx" ]; then
4646

4747
if [ $brewpy == "yes" ]; then
4848
PYTH="$(brew --prefix)/bin/python${PYV2}"

0 commit comments

Comments
 (0)