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
fix(interpreter): check errexit_suppressed in execute_script_body
set -e incorrectly exited when a for/while/until loop body ended with
an AND-OR chain (e.g. [[ test ]] && cmd) that returned non-zero.
Check result.errexit_suppressed in execute_script_body to suppress
errexit for compound commands whose non-zero exit came from && or ||.
Closes#873
0 commit comments