Subject: CVS commit: src/bin/sh
To: None <source-changes@NetBSD.org>
From: David Laight <dsl@netbsd.org>
List: source-changes
Date: 05/20/2006 13:57:27
Module Name: src
Committed By: dsl
Date: Sat May 20 13:57:27 UTC 2006
Modified Files:
src/bin/sh: expand.c
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
To generate a diff of this commit:
cvs rdiff -r1.73 -r1.74 src/bin/sh/expand.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.