Module Name: src Committed By: kre Date: Wed May 3 21:31:03 UTC 2017
Modified Files: src/bin/sh: jobs.c Log Message: Don't forget the ! reserved word exists (node ype NNOT) when displaying "jobs" output (or other places where the cmd string is shown - like when reporting status when a background job completes.) Without this fix, try ! sleep 5 & jobs wait and try not to wonder at the '???" that appears instead of "! sleep 5" To generate a diff of this commit: cvs rdiff -u -r1.80 -r1.81 src/bin/sh/jobs.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.