Skip to content
Snippets Groups Projects
Commit 52ffe793 authored by Pietro Incardona's avatar Pietro Incardona
Browse files

fixing branch switch

parent 749c91ae
No related branches found
No related tags found
No related merge requests found
......@@ -14,6 +14,9 @@ source script/update_openfpm
b_switch=$(cat switch_branch)
if [ x"$b_switch" != x"" ]; then
git checkout $b_switch
rm switch_branch
./install "$@"
exit 0
fi
## Check that your home is not empty
......
openfpm_io @ 1259c12b
Subproject commit 575fbc3703857caf31fb9266921880eedbad022c
Subproject commit 1259c12b6880bce2ca868bdbfbc16a7cd75bd8a9
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment