diff --git a/xo-cmake/bin/xo-build.in b/xo-cmake/bin/xo-build.in index b585670b..7bf069fd 100644 --- a/xo-cmake/bin/xo-build.in +++ b/xo-cmake/bin/xo-build.in @@ -277,8 +277,8 @@ fi if [[ $split_umbrella_remote_flag -eq 1 ]]; then if [[ -n "$xoname" ]]; then - branch=$(git branch --show-current) - cmd="git subtree split --rejoin --prefix=$xoname $xoname ${branch}" + #branch=$(git branch --show-current) + cmd="git subtree split --rejoin --prefix=$xoname" if [[ $noop_flag -eq 1 ]]; then echo $cmd