Module Name: src Committed By: kre Date: Sat Apr 21 21:32:14 UTC 2018
Modified Files:
src/bin/sh: parser.c
Log Message:
PR bin/53201
Don't synerr on
${var-anything
more}
The newline in the middle of the var expansion is permitted.
Bug reported by Martijn Dekker from his modernish tests.
XXX pullup-8
To generate a diff of this commit:
cvs rdiff -u -r1.145 -r1.146 src/bin/sh/parser.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
