| Summary: | hush does not handle process groups properly with "&" when job support is disabled | ||
|---|---|---|---|
| Product: | Busybox | Reporter: | Mike Frysinger <vapier> |
| Component: | Other | Assignee: | unassigned |
| Status: | RESOLVED WONTFIX | ||
| Severity: | enhancement | CC: | busybox-cvs |
| Priority: | P5 | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Host: | Target: | ||
| Build: | |||
|
Description
Mike Frysinger
2009-03-24 23:37:09 UTC
after doing some reading on the topic, i'm off the opinion that this behavior is correct. if the shell does not have job support, then it cant properly manage process groups (by definition) in its session. |