Module Name: src Committed By: kre Date: Tue Jan 15 14:17:50 UTC 2019
Modified Files: src/bin/sh: parser.c Log Message: pgetc_linecont() needs to use pgetc() rather than pgetc_macro() so the fake char returned by the latter when an alias ends (which is there so we can correctly avoid alias recursion) is correctly ignored where it is not wanted. To generate a diff of this commit: cvs rdiff -u -r1.160 -r1.161 src/bin/sh/parser.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.