Module Name: src Committed By: christos Date: Sun Mar 25 18:49:14 UTC 2012
Modified Files: src/bin/sh: parser.c Log Message: PR/43597: Don't break from parsing word tokens in we are in double quotes. Fixes: sh -c 'echo "${foo:="first-word"} second-word"' To generate a diff of this commit: cvs rdiff -u -r1.80 -r1.81 src/bin/sh/parser.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.