Subject: CVS commit: src/bin/sh
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 06/22/2005 23:32:45
Module Name:	src
Committed By:	christos
Date:		Wed Jun 22 23:32:45 UTC 2005

Modified Files:
	src/bin/sh: eval.c

Log Message:
Don't wait for a background job in a subshell when we are set to EV_EXIT.
While I am here, call forkshell() explicitly FORK_FOO flags instead of
depending in FORK_FG == 0 and FORK_BG == 1.


To generate a diff of this commit:
cvs rdiff -r1.82 -r1.83 src/bin/sh/eval.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.