Subject: Re: PR/33472 CVS commit: src/bin/sh
To: None <gnats-admin@netbsd.org, netbsd-bugs@netbsd.org, rillig@NetBSD.org>
From: Roland Illig <rillig@NetBSD.org>
List: netbsd-bugs
Date: 05/21/2006 13:15:04
The following reply was made to PR bin/33472; it has been noted by GNATS.

From: Roland Illig <rillig@NetBSD.org>
To: gnats-bugs@NetBSD.org
Cc: 
Subject: Re: PR/33472 CVS commit: src/bin/sh
Date: Sun, 21 May 2006 15:10:31 +0200

 David Laight wrote:
 >  Log Message:
 >  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
 
 Thanks for fixing this bug. Can you please enable the regression test in 
 src/regress/bin/sh if appropriate? I won't do it myself since I don't 
 know whether the tested shell is the one that has been built or the host 
 shell.
 
 Roland