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

Fixing openfpm_pdata

parent 8fc9ccf7
No related branches found
No related tags found
No related merge requests found
...@@ -90,7 +90,7 @@ function update_openfpm() ...@@ -90,7 +90,7 @@ function update_openfpm()
sh autogen.sh sh autogen.sh
# Reconfigure # Reconfigure
conf_command=$(cat config.log) conf_command=$(cat config.log)
$(conf_command) $conf_command
if [ $? -ne 0 ]; then if [ $? -ne 0 ]; then
echo -e "Update summary\033[91;5;1m FAILED \033[0m" echo -e "Update summary\033[91;5;1m FAILED \033[0m"
return return
......
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