Skip to content

Correct quoting in command used to set platform.txt version value #203

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

Merged
merged 1 commit into from
Apr 23, 2021
Merged

Correct quoting in command used to set platform.txt version value #203

merged 1 commit into from
Apr 23, 2021

Conversation

per1234
Copy link
Contributor

@per1234 per1234 commented Apr 22, 2021

Single quotes caused what was intended to be a reference to the VERSION variable to instead be a string, resulting in the value of the platform.txt version property being set to "$VERSION":

version=$VERSION

Single quotes caused what was intended to be a reference to the VERSION variable to instead be a string, resulting in the value of the platform.txt version property being set to "$VERSION":

version=$VERSION
@facchinm facchinm merged commit 6d2350e into arduino:master Apr 23, 2021
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.

2 participants