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

--- Comment #2 from Jilles Tjoelker <jil...@freebsd.org> ---
I think the behaviour here can be improved, but how it should work is not
immediately clear. This should take into account our previous behaviour, the
behaviour of other shells and POSIX (with the most recent interpretations). The
effect of expansions and errors in redirections varies depending on what kind
of command the redirection is applied to (special builtin, other simple
command, subshell, compound command).

Different from what I wrote in my previous comment, bash also has a different
error behaviour between true (shell aborts) and /usr/bin/true (shell continues
with non-zero exit status).

-- 
You are receiving this mail because:
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