Subject: PR/36435 CVS commit: src/bin/sh
To: None <gnats-admin@netbsd.org, netbsd-bugs@netbsd.org,>
From: David Laight <dsl@netbsd.org>
List: netbsd-bugs
Date: 06/07/2007 21:00:14
The following reply was made to PR bin/36435; it has been noted by GNATS.

From: David Laight <dsl@netbsd.org>
To: gnats-bugs@NetBSD.org
Cc: 
Subject: PR/36435 CVS commit: src/bin/sh
Date: Thu,  7 Jun 2007 20:57:59 +0000 (UTC)

 Module Name:	src
 Committed By:	dsl
 Date:		Thu Jun  7 20:57:59 UTC 2007
 
 Modified Files:
 	src/bin/sh: parser.c
 
 Log Message:
 Fix sh -c 'true && ! true | false; echo $?'
 Add some more TRACE((...)) calls to aid such debugging.
 Fixes PR bin/36435
 Clearly no one tried this test when the changes of rev 1.31 and 1.44 were done!
 
 
 To generate a diff of this commit:
 cvs rdiff -r1.64 -r1.65 src/bin/sh/parser.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.