Module Name: src Committed By: sborrill Date: Sat Feb 2 15:43:27 UTC 2013
Modified Files: src/bin/sh [netbsd-6]: expand.c expand.h Log Message: Pull up the following revisions(s) (requested by dsl in ticket #773): bin/sh/expand.c: revision 1.88 bin/sh/expand.h: revision 1.19 Fix the expansion of "$(foo-$bar}" so that IFS isn't applied when expanding $bar. Should fix PR bin/47361 To generate a diff of this commit: cvs rdiff -u -r1.86 -r1.86.4.1 src/bin/sh/expand.c cvs rdiff -u -r1.18 -r1.18.4.1 src/bin/sh/expand.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.