File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
prerequisites/install-functions Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -69,10 +69,10 @@ report_results()
69
69
if [[ -d " ${compiler_install_root%/ } /lib" || -d " ${compiler_install_root%/ } /lib64" ]]; then
70
70
echo " # Prepend the compiler library paths to the ${LD_LIB_P_VAR} environment variable:" | tee -a setup.sh setup.csh
71
71
compiler_lib_paths=" ${compiler_install_root%/ } /lib64/:${compiler_install_root%/ } /lib"
72
- echo " if [[ -z \"\$ {! ${LD_LIB_P_VAR} }\" ]]; then " >> setup.sh
72
+ echo " if [[ -z \"\$ {${LD_LIB_P_VAR} }\" ]]; then " >> setup.sh
73
73
echo " export ${LD_LIB_P_VAR} =\" ${compiler_lib_paths%/ } \" " >> setup.sh
74
74
echo " else " >> setup.sh
75
- echo " export ${LD_LIB_P_VAR} =\" ${compiler_lib_paths%/ } :\$ {! ${LD_LIB_P_VAR} }\" " >> setup.sh
75
+ echo " export ${LD_LIB_P_VAR} =\" ${compiler_lib_paths%/ } :\$ {${LD_LIB_P_VAR} }\" " >> setup.sh
76
76
echo " fi " >> setup.sh
77
77
echo " setenv LD_LIBRARY_PATH \" ${compiler_lib_paths%/ } :\$ {LD_LIBRARY_PATH}\" " >> setup.csh
78
78
fi
You can’t perform that action at this time.
0 commit comments