Subject: CVS commit: src/bin/sh
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 06/09/2004 12:17:36
Module Name: src
Committed By: christos
Date: Wed Jun 9 12:17:36 UTC 2004
Modified Files:
src/bin/sh: expand.c
Log Message:
Undo previous fix, breaks:
#!/bin/sh
echo ${1+"$@"}
./sh.new foo.sh a b c
a b c b c
I'll revisit this when I have some more time.
To generate a diff of this commit:
cvs rdiff -r1.61 -r1.62 src/bin/sh/expand.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.