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

implement { syntax in for loops #304

Closed
andychu opened this issue May 8, 2019 · 1 comment
Closed

implement { syntax in for loops #304

andychu opened this issue May 8, 2019 · 1 comment

Comments

@andychu
Copy link
Contributor

andychu commented May 8, 2019

From issue #300, reported by @Crestwave

$ osh -n neofetch
Line 4261 of 'neofetch'
          for ((i=0;i<${#sw_vers[@]};i+=2)) {
                                            ^
Invalid word after for expression
andychu pushed a commit that referenced this issue Sep 7, 2019
bash and zsh both accept this too, so we don't need parse_brace.

Addresses issue #304.

- Also fix type error.
@andychu
Copy link
Contributor Author

andychu commented Oct 6, 2019

@andychu andychu closed this as completed Oct 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant