Deleted Added
full compact
43c43
< __FBSDID("$FreeBSD: head/bin/sh/jobs.c 104275 2002-10-01 08:40:07Z mux $");
---
> __FBSDID("$FreeBSD: head/bin/sh/jobs.c 107846 2002-12-14 01:08:04Z tjr $");
971c971,972
< if (thisjob->foreground && !WIFSTOPPED(status)) {
---
> if (!mflag ||
> (thisjob->foreground && !WIFSTOPPED(status))) {