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

Nested brace expansion results in too many parameters #399

Closed
whitelynx opened this issue Nov 19, 2012 · 1 comment
Closed

Nested brace expansion results in too many parameters #399

whitelynx opened this issue Nov 19, 2012 · 1 comment
Milestone

Comments

@whitelynx
Copy link

When expanding nested brace expansions, some elements get expanded too many times.

In fish:

> echo test-{foo,ba{r,z}}
test-foo test-bar test-foo test-baz

In bash:

$ echo test-{foo,ba{r,z}}
test-foo test-bar test-baz
@ridiculousfish
Copy link
Member

Thank you for reporting this. Should be fixed with commit e9d216b

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 19, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants