Y
Hacker News
new
|
ask
|
show
|
jobs
by
aidenn0
316 days ago
Not in e.g. bash with "pipefail" set. However the pipefail option in bash will choke on my previous example, hence treating a SIGPIPE the same as success in ysh.
1 comments
mprovost
316 days ago
Yes well, the pipefail option configures bash to do the opposite of its usual behaviour.
link