Subject: CVS commit: src/bin/sh
To: None <source-changes@netbsd.org>
From: David Laight <dsl@netbsd.org>
List: source-changes
Date: 05/15/2003 13:26:46
Module Name: src
Committed By: dsl
Date: Thu May 15 13:26:46 UTC 2003
Modified Files:
src/bin/sh: input.c
Log Message:
Don't close any script files if vfork is set.
If a fork() is done later in order to feed a 'here' document into a pipe
then it is possible that one end of the pipe might get closed.
To generate a diff of this commit:
cvs rdiff -r1.37 -r1.38 src/bin/sh/input.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.