Module Name: src Committed By: msaitoh Date: Sun Jun 9 11:13:11 UTC 2013
Modified Files: src/bin/sh [netbsd-5]: expand.c expand.h Log Message: Pull up following revision(s) (requested by gdt in ticket #1851): 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. Noted by Greg Troxel on tech-userlevel running some 'git' tests. Should fix PR bin/47361 To generate a diff of this commit: cvs rdiff -u -r1.79.2.1 -r1.79.2.2 src/bin/sh/expand.c cvs rdiff -u -r1.17 -r1.17.18.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.