Bug 194298: inherit from the shell instead of the parent. The patch is
contributed by Michael Kaply <mkaply@us.ibm.com>.
This commit is contained in:
Родитель
2186ee0741
Коммит
8052abb8e1
|
@ -323,7 +323,7 @@ PRProcess * _PR_CreateOS2Process(
|
|||
strcpy(pszFormatString, "/3 %s %s");
|
||||
}
|
||||
|
||||
startData.InheritOpt = SSF_INHERTOPT_PARENT;
|
||||
startData.InheritOpt = SSF_INHERTOPT_SHELL;
|
||||
|
||||
if (pszEXEName[0]) {
|
||||
pszFormatResult = PR_MALLOC(strlen(pszFormatString)+strlen(path)+strlen(cmdLine));
|
||||
|
|
Загрузка…
Ссылка в новой задаче