1
1

Fix problem of missing ) noted by Mostyn Lewis.

This commit was SVN r19758.
Этот коммит содержится в:
Jeff Squyres 2008-10-17 16:03:17 +00:00
родитель 9d59c0fbd6
Коммит e34c93c46a

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

@ -652,6 +652,11 @@ static int setup_launch(int *argcptr, char ***argvptr,
}
}
if (ORTE_PLM_RSH_SHELL_SH == remote_shell ||
ORTE_PLM_RSH_SHELL_KSH == remote_shell) {
opal_argv_append(&argc, &argv, ")");
}
if (0 < opal_output_get_verbosity(orte_plm_globals.output)) {
param = opal_argv_join(argv, ' ');
OPAL_OUTPUT_VERBOSE((1, orte_plm_globals.output,