You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like this more broadly applies to redirection errors, e.g.:
$ brush -c ': >/non/existent; echo hi'ERROR error: failed to redirect to /non/existent: No such file or directory (os error 2)
$ bash -c ': >/non/existent; echo hi'bash: line 1: /non/existent: No such file or directoryhi
We will need to ensure these errors are recoverable, and will neither cause the subshell nor the shell to exit.
reubeno
changed the title
When using set -C, errors in the subshell will terminate the shell
Redirection errors terminate the containing subshell (and shell)
Jan 22, 2025
The text was updated successfully, but these errors were encountered: