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()
6969 if [[ -d " ${compiler_install_root%/ } /lib" || -d " ${compiler_install_root%/ } /lib64" ]]; then
7070 echo " # Prepend the compiler library paths to the ${LD_LIB_P_VAR} environment variable:" | tee -a setup.sh setup.csh
7171 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
7373 echo " export ${LD_LIB_P_VAR} =\" ${compiler_lib_paths%/ } \" " >> setup.sh
7474 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
7676 echo " fi " >> setup.sh
7777 echo " setenv LD_LIBRARY_PATH \" ${compiler_lib_paths%/ } :\$ {LD_LIBRARY_PATH}\" " >> setup.csh
7878 fi
You can’t perform that action at this time.
0 commit comments