Subject: PR/33956 CVS commit: [netbsd-3] src/bin/sh
To: None <gnats-admin@netbsd.org, netbsd-bugs@netbsd.org, njoly@pasteur.fr>
From: Geert Hendrickx <ghen@netbsd.org>
List: netbsd-bugs
Date: 09/02/2006 20:40:05
The following reply was made to PR bin/33956; it has been noted by GNATS.
From: Geert Hendrickx <ghen@netbsd.org>
To: gnats-bugs@NetBSD.org
Cc:
Subject: PR/33956 CVS commit: [netbsd-3] src/bin/sh
Date: Sat, 2 Sep 2006 20:38:46 +0000 (UTC)
Module Name: src
Committed By: ghen
Date: Sat Sep 2 20:38:46 UTC 2006
Modified Files:
src/bin/sh [netbsd-3]: expand.c
Log Message:
Pull up following revision(s) (requested by dsl in ticket #1487):
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.68.2.3 -r1.68.2.4 src/bin/sh/expand.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.