Subject: CVS commit: [netbsd-3] src/bin/sh
To: None <source-changes@NetBSD.org>
From: Matthias Scheler <tron@netbsd.org>
List: source-changes
Date: 06/12/2006 12:22:54
Module Name:	src
Committed By:	tron
Date:		Mon Jun 12 12:22:54 UTC 2006

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

Log Message:
Pull up following revision(s) (requested by dsl in ticket #1336):
	bin/sh/expand.c: revision 1.74
When expanding "$@" add a \0 byte after the last argument (as well as all
the earlier ones) so that a separator is added before it when it is empty.
This wasn't needed before a recent change that chenged the behaviour of
trailing whitespace IFS characters.
Fixed PR/33472


To generate a diff of this commit:
cvs rdiff -r1.68.2.2 -r1.68.2.3 src/bin/sh/expand.c

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