Subject: PR/33472 CVS commit: [netbsd-3-0] src/bin/sh
To: None <gnats-admin@netbsd.org, netbsd-bugs@netbsd.org, rillig@NetBSD.org>
From: Matthias Scheler <tron@netbsd.org>
List: netbsd-bugs
Date: 06/12/2006 12:20:02
The following reply was made to PR bin/33472; it has been noted by GNATS.

From: Matthias Scheler <tron@netbsd.org>
To: gnats-bugs@NetBSD.org
Cc: 
Subject: PR/33472 CVS commit: [netbsd-3-0] src/bin/sh
Date: Mon, 12 Jun 2006 12:19:27 +0000 (UTC)

 Module Name:	src
 Committed By:	tron
 Date:		Mon Jun 12 12:19:27 UTC 2006
 
 Modified Files:
 	src/bin/sh [netbsd-3-0]: 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.2.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.