Skip to content
New issue

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

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

Already on GitHub? # to your account

<your_cli> sidekick update prints unexpected EOF while looking for matching #170

Open
Giuspepe opened this issue Jan 10, 2023 · 1 comment
Labels
low_priority sidekick_core https://pub.dev/packages/sidekick_core

Comments

@Giuspepe
Copy link
Contributor

When running <your_cli> sidekck update and successfully executing an update, the following line is printed in the end:

/Users/<you>/path/to/your_cli/packages/your_sidekick/tool/run.sh: line 80: unexpected EOF while looking for matching `"'`

The update command modifies the tool/run.sh file while it is still being run which causes the line to be printed.

This is no problem because everything still works as expected.

@Giuspepe
Copy link
Contributor Author

We could prevent this from happening with some bash magic by wrapping run.sh's contents in brackets

@Giuspepe Giuspepe added sidekick_core https://pub.dev/packages/sidekick_core low_priority labels Jan 10, 2023
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
low_priority sidekick_core https://pub.dev/packages/sidekick_core
Projects
None yet
Development

No branches or pull requests

1 participant