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

Fixing installation dir

parent 1a945dee
No related branches found
No related tags found
No related merge requests found
...@@ -39,10 +39,10 @@ function update_openfpm() ...@@ -39,10 +39,10 @@ function update_openfpm()
dir_prev_inst=$(cat dependencies_dir) dir_prev_inst=$(cat dependencies_dir)
for_opt=$(cat foward_options) for_opt=$(cat foward_options)
if [ x"$dir_prev_inst" != x"" ]; then if [ x"$dir_prev_inst" != x"" ]; then
dir_prev_inst="-i \"$dir_prev_inst\"" dir_prev_inst="-i $dir_prev_inst"
fi fi
if [ x"$for_opt" != x"" ]; then if [ x"$for_opt" != x"" ]; then
for_opt="-c \"$for_opt\"" for_opt="-c $for_opt"
fi fi
......
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