Module Name: src Committed By: kre Date: Fri Nov 23 23:37:22 UTC 2018
Modified Files: src/bin/sh: eval.c Log Message: Handle eval $'continue\ncommand' (and similar) in a loop correctly ... "command" should not be executed. (The issue affects multi-line eval strings only - ie: commands after the next \n are not skipped). Bug noted by Martijn Dekker in off-list e-mail. Fix from FreeBSD: src/bin/sh/eval.c: Revision 272983 Sun Oct 12 13:12:06 2014 UTC by jilles To generate a diff of this commit: cvs rdiff -u -r1.162 -r1.163 src/bin/sh/eval.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.