Subject: CVS commit: [netbsd-1-5] basesrc/bin/sh
To: None <source-changes@netbsd.org>
From: Havard Eidnes <he@netbsd.org>
List: source-changes
Date: 02/23/2002 19:08:19
Module Name:	basesrc
Committed By:	he
Date:		Sat Feb 23 17:08:18 UTC 2002

Modified Files:
	basesrc/bin/sh [netbsd-1-5]: eval.c

Log Message:
Pull up revision 1.58 (requested by christos):
  When ``-e'' is in effect, do not exit if the failing command is
  part of an && or || list, or preceded by the ``!'' reserved word.
  Fixes PR#11542.


To generate a diff of this commit:
cvs rdiff -r1.56 -r1.56.4.1 basesrc/bin/sh/eval.c

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