diff --git a/build/bootstrap_mcs.sh b/build/bootstrap_mcs.sh index e7f90f73a..2e6381562 100755 --- a/build/bootstrap_mcs.sh +++ b/build/bootstrap_mcs.sh @@ -62,7 +62,10 @@ select_branch() git config submodule.storage/columnstore/columnstore.update none cd - fi + + cd $SCRIPT_LOCATION CURRENT_BRANCH=$(git branch --show-current) + cd - message "Columnstore will be built from $color_yellow$CURRENT_BRANCH$color_normal branch" }