From a6681aebd24a25336f0897913119bf8be92f4e22 Mon Sep 17 00:00:00 2001 From: ewt Date: Thu, 27 Jun 1996 20:52:29 +0000 Subject: [PATCH] oops CVS patchset: 697 CVS date: 1996/06/27 20:52:29 --- lib/install.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/install.c b/lib/install.c index c957182..e525f5c 100644 --- a/lib/install.c +++ b/lib/install.c @@ -693,7 +693,7 @@ static int setFileOwnerships(char * prefix, char ** fileList, enum instActions * instActions, int fileCount) { int i; char * chptr; - int doFork = 1; + int doFork = 0; pid_t child; int status; -- 2.7.4