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

Fixing update

parent 8a6af80b
No related branches found
No related tags found
No related merge requests found
......@@ -53,7 +53,10 @@ function update_openfpm()
git checkout $branch
git submodule update
if [ x"$1" == x"update" ]; then
#### Check if we have to force upgrade
force_up=$(cat force_upgrade)
if [ x"$1" == x"update" -a x"$force_up" == x"no" ]; then
sh autogen.sh
./config.status
if [ $? -ne 0 ]; then
......
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