History log of /netbsd-6-1-5-RELEASE/bin/sh/expand.h
Revision Date Author Comments
# 1.18.4.1 02-Feb-2013 sborrill

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