xo-cmake: bugfix: git subtree syntax
This commit is contained in:
parent
3daffb8eb9
commit
a84316b19e
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue