]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
MFC r212339: sh: Fix 'read' if all chars before the first IFS char are
authorjilles <jilles@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 23 Sep 2010 21:36:10 +0000 (21:36 +0000)
committerjilles <jilles@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 23 Sep 2010 21:36:10 +0000 (21:36 +0000)
commit4567dff07fc7721f31f6d56952a3b0740b1e1734
treefb74f48539de55d6d832164ef354468789977945
parent1ee4ca17c9c975c6eba9ce747fe8896d53ecf0ec
MFC r212339: sh: Fix 'read' if all chars before the first IFS char are
backslash-escaped.

Backslash-escaped characters did not set the flag for a non-IFS character.

git-svn-id: svn://svn.freebsd.org/base/stable/8@213087 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
bin/sh/miscbltin.c
tools/regression/bin/sh/builtins/read4.0 [new file with mode: 0644]
tools/regression/bin/sh/builtins/read4.0.stdout [new file with mode: 0644]