1
1
This commit fixes trac:1337.

This commit was SVN r18612.

The following Trac tickets were found above:
  Ticket 1337 --> https://svn.open-mpi.org/trac/ompi/ticket/1337
Этот коммит содержится в:
Pak Lui 2008-06-06 19:55:01 +00:00
родитель 7bee71aa59
Коммит 7f7777a538

Просмотреть файл

@ -573,7 +573,7 @@ static int odls_base_default_setup_fork(orte_app_context_t *context,
find PATH or LD_LIBRARY_PATH. If found, that means the
prior work was clobbered, and we need to re-prefix those
variables. */
for (i = 0; NULL != context->env && NULL != context->env[i]; ++i) {
for (i = 0; NULL != context->prefix_dir && NULL != context->env && NULL != context->env[i]; ++i) {
char *newenv;
/* Reset PATH */