mvdan / sh

A shell parser, formatter, and interpreter with bash support; includes shfmt
https://pkg.go.dev/mvdan.cc/sh/v3
BSD 3-Clause "New" or "Revised" License
6.97k stars 332 forks source link

interp: support combining pipefail and errexit #990

Closed mvdan closed 1 year ago

mvdan commented 1 year ago

(see commit message)

Fixes #870.