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

Fixing update

parent d6bc0291
No related branches found
No related tags found
No related merge requests found
......@@ -56,7 +56,7 @@ function update_openfpm()
#### Check if we have to force upgrade
force_up=$(cat force_upgrade)
if [ x"$1" == x"update" -a x"$force_up" == x"no" ]; then
if [ x"$1" == x"update" -a x"$force_up" == x"" ]; 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