| Summary: | Sh outputs an extra control character | ||
|---|---|---|---|
| Product: | Busybox | Reporter: | Matthias Pall Gissurarson <icetritlo> |
| Component: | Website | Assignee: | unassigned |
| Status: | NEW --- | ||
| Severity: | minor | CC: | busybox-cvs |
| Priority: | P5 | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Host: | Target: | ||
| Build: | |||
|
Description
Matthias Pall Gissurarson
2016-05-20 17:31:53 UTC
The bug is also reproducible in the busybox docker image, runnable with "docker run -it --name busybox --rm busybox sh" So apparently this is caused by EDITING_ASK_TERMINAL (In reply to Matthias Pall Gissurarson from comment #2) > So apparently this is caused by EDITING_ASK_TERMINAL Yes. But sh (to be more precise, lineedit.c code) uses that _only_ if run on a tty. Are you scraping tty output? Why? |