summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtc%netscape.com <devnull@localhost>2003-02-24 22:48:22 +0000
committerwtc%netscape.com <devnull@localhost>2003-02-24 22:48:22 +0000
commit2fc9415c4ba4ff659b52e8c6108d0dbe1a5fb1bb (patch)
treeda1b93901922eeb94f6005a6d6dd3539afcdc6aa
parent3335531160d6a9bb536b7997606ccf09be63f88b (diff)
downloadnspr-hg-2fc9415c4ba4ff659b52e8c6108d0dbe1a5fb1bb.tar.gz
Bug 194298: inherit from the shell instead of the parent. The patch is
contributed by Michael Kaply <mkaply@us.ibm.com>. Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
-rw-r--r--pr/src/md/os2/os2misc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pr/src/md/os2/os2misc.c b/pr/src/md/os2/os2misc.c
index b3afa53d..3b7717f6 100644
--- a/pr/src/md/os2/os2misc.c
+++ b/pr/src/md/os2/os2misc.c
@@ -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));