Subject: PR/36435 CVS commit: [netbsd-4] src/bin/sh
To: None <gnats-admin@netbsd.org, netbsd-bugs@netbsd.org,>
From: Liam J. Foy <liamjfoy@netbsd.org>
List: netbsd-bugs
Date: 06/13/2007 10:45:03
The following reply was made to PR bin/36435; it has been noted by GNATS.
From: "Liam J. Foy" <liamjfoy@netbsd.org>
To: gnats-bugs@NetBSD.org
Cc:
Subject: PR/36435 CVS commit: [netbsd-4] src/bin/sh
Date: Wed, 13 Jun 2007 10:44:00 +0000 (UTC)
Module Name: src
Committed By: liamjfoy
Date: Wed Jun 13 10:44:00 UTC 2007
Modified Files:
src/bin/sh [netbsd-4]: parser.c
Log Message:
Pull up following revision(s) (requested by dsl in ticket #719):
bin/sh/parser.c: revision 1.65
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.63 -r1.63.2.1 src/bin/sh/parser.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.