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
7.1k stars 336 forks source link

expand: do not panic on extglob nodes #875

Closed riacataquian closed 2 years ago

riacataquian commented 2 years ago

we currently don't support bash's extglob option and when attempted, interp panics

fix expand so that we return the error properly and exit with status 1

fixes #841