Commit e7a9bdf
committed
Fix #629
The LD_LIB_P_VAR *should* be *once* de-referenced in the echo statements within
`prerequisits/install-functions/report_results.sh` so that it takes the value of
`LD_LIBRARY_PATH` or `DYLD_LIBRARY_PATH` in the setup script, which then checks
if the user has anything set here and decides whether to add additional search
paths (if they have it set) or set it directly if it is empty.1 parent 1f0770b commit e7a9bdf
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| |||
0 commit comments