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:
wtc%netscape.com 2003-02-24 22:47:16 +00:00
Родитель 2186ee0741
Коммит 8052abb8e1
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -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));