Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

expand: do not panic on extglob nodes #875

Merged
merged 1 commit into from
Jun 10, 2022
Merged

Conversation

riacataquian
Copy link
Collaborator

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

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 mvdan#841
@riacataquian riacataquian requested a review from mvdan June 10, 2022 09:53
@mvdan mvdan merged commit 11787f5 into mvdan:master Jun 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

interp: panics on extglob nodes
2 participants