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

Fixing install script for vars relocation

parent ed6bcee4
No related branches found
No related tags found
No related merge requests found
Pipeline #2784 passed
......@@ -586,7 +586,7 @@ cd build
## remove enerything
echo "Calling cmake ../. $conf_options"
echo "cmake ../. $conf_options" > cmake_build_options
printf "cmake ../. $conf_options" > cmake_build_options
rm ../error_code
DYLD_LIBRARY_PATH=$ld_lib_pathopt cmake ../. $conf_options
if [ $? != 0 ]; then
......
......@@ -568,7 +568,7 @@ bash_library="$bash_library\""
# in cygwin we have to add to PATH additional directories
if [ x"VARS_FILE_LOCATION" == x"" ]; then
if [ x"$VARS_FILE_LOCATION" == x"" ]; then
VARS_FILE_LOCATION=$HOME
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