https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233343

Jilles Tjoelker <jil...@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|b...@freebsd.org            |jil...@freebsd.org
                 CC|                            |b...@freebsd.org

--- Comment #12 from Jilles Tjoelker <jil...@freebsd.org> ---
As for the sh(1) part, it looks like it should work but I don't really like
that it's a workaround for a workaround: sh supplies its standard error as
standard output to libedit, so that prompts are written to standard error as
required by POSIX. The bind builtin would then temporarily undo this again.

However, something is definitely required to prevent bind's output from staying
in a stdio buffer indefinitely. It is also useful to report write errors like
other builtins can.

I will think about it for a while.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
_______________________________________________
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"

Reply via email to