Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Paul Kranenburg <pk@netbsd.org>
List: source-changes
Date: 10/10/1999 14:22:25
Module Name:	basesrc
Committed By:	pk
Date:		Sun Oct 10 21:22:25 UTC 1999

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

Log Message:
Backtrack `exitstatus' to make the shell really ignore the status
of `tested commands' as in this example:

	set -e
	true; false && echo "not reached"


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

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