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

unexpected EOF while looking for matching `)' #5686

Closed
vdesabou opened this issue Jun 7, 2024 · 2 comments
Closed

unexpected EOF while looking for matching `)' #5686

vdesabou opened this issue Jun 7, 2024 · 2 comments
Assignees
Labels
Fix required 👨‍🔧 This is a bug that requires a fix

Comments

@vdesabou
Copy link
Owner

vdesabou commented Jun 7, 2024

Run an example and enable control center then playground re-run:


$ playground re-run
/Users/xxx/kafka-docker-playground/scripts/cli/playground: eval: line 14924: unexpected EOF while looking for matching `)'

@vdesabou vdesabou added the Fix required 👨‍🔧 This is a bug that requires a fix label Jun 7, 2024
@vdesabou vdesabou self-assigned this Jun 7, 2024
@vdesabou
Copy link
Owner Author

vdesabou commented Jun 7, 2024

declare -a array_flag_list=([0]="--enable-jmx-grafana")

ok

declare -a array_flag_list=([0]="--enable-control-center"

ko

@vdesabou
Copy link
Owner Author

vdesabou commented Jun 7, 2024

ZGVjbGFyZSAtYSBhcnJheV9mbGFnX2xpc3Q9KFswXT0iLS1lbmFibGUtY29udHJvbC1jZW50ZXIiKQo=
ZGVjbGFyZSAtYSBhcnJheV9mbGFnX2xpc3Q9KFswXT0iLS1lbmFibGUtY29udHJvbC1jZW50ZXIi

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Fix required 👨‍🔧 This is a bug that requires a fix
Projects
None yet
Development

No branches or pull requests

1 participant