Subject: CVS commit: src/bin/sh
To: None <source-changes@NetBSD.org>
From: David Laight <dsl@netbsd.org>
List: source-changes
Date: 06/26/2004 22:09:49
Module Name:	src
Committed By:	dsl
Date:		Sat Jun 26 22:09:49 UTC 2004

Modified Files:
	src/bin/sh: eval.c expand.c parser.c parser.h

Log Message:
Correctly apply IFS to unquoted text in ${x-text}.
Fixes PR/26058 and the 'for i in ${x-a b c}; do ...' and ${x-'a b' c}.
I can't find a PR for the latter problem.
Regression test goind in shortly.


To generate a diff of this commit:
cvs rdiff -r1.77 -r1.78 src/bin/sh/eval.c
cvs rdiff -r1.65 -r1.66 src/bin/sh/expand.c
cvs rdiff -r1.55 -r1.56 src/bin/sh/parser.c
cvs rdiff -r1.16 -r1.17 src/bin/sh/parser.h

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