Module Name: src Committed By: kre Date: Wed May 3 06:20:12 UTC 2017
Modified Files: src/bin/sh: input.c Log Message: Another fix from FreeBSD. I'm not sure how to trigger the problem fixed (there might be no way) - but it "feels right"! When popping an (exhausted) input string off the input stack, allow for the possibility that the previous string might also just happened to have run out of steam as well, so keep poppin' along until we run out of pop, or find something to consume. To generate a diff of this commit: cvs rdiff -u -r1.55 -r1.56 src/bin/sh/input.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.