Subject: PR/33472 CVS commit: src/bin/sh
To: None <gnats-admin@netbsd.org, netbsd-bugs@netbsd.org, rillig@NetBSD.org>
From: David Laight <dsl@netbsd.org>
List: netbsd-bugs
Date: 08/21/2006 21:35:09
The following reply was made to PR bin/33472; it has been noted by GNATS.
From: David Laight <dsl@netbsd.org>
To: gnats-bugs@NetBSD.org
Cc:
Subject: PR/33472 CVS commit: src/bin/sh
Date: Mon, 21 Aug 2006 21:30:14 +0000 (UTC)
Module Name: src
Committed By: dsl
Date: Mon Aug 21 21:30:14 UTC 2006
Modified Files:
src/bin/sh: expand.c
Log Message:
Rework the code changes from revisions 1.69, 1.70 and 1.74 so that the code
behaves correctly.
As far as I can tell, "x$@y" now expands correctly, as does IFS=:; set -$IFS.
Fixes PR/33472 (again) and PR/33956
To generate a diff of this commit:
cvs rdiff -r1.74 -r1.75 src/bin/sh/expand.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.