Subject: CVS commit: [netbsd-4] src/bin/sh
To: None <source-changes@NetBSD.org>
From: Matthias Scheler <tron@netbsd.org>
List: source-changes
Date: 09/01/2006 14:57:54
Module Name:	src
Committed By:	tron
Date:		Fri Sep  1 14:57:54 UTC 2006

Modified Files:
	src/bin/sh [netbsd-4]: expand.c

Log Message:
Pull up following revision(s) (requested by dsl in ticket #83):
	bin/sh/expand.c: revision 1.75
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.74.2.1 src/bin/sh/expand.c

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