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

lib/functions/bsp/armbian-bsp-cli-deb.sh: add variable quoting #7184

Closed
wants to merge 1 commit into from

Conversation

alexl83
Copy link
Contributor

@alexl83 alexl83 commented Sep 7, 2024

Description

by double quoting ${ENABLE_EXTENSIONS} we make sure framework doesn't crash during initrd build while interpreting a possible space-separated second extension from config file or command line

Might be an alternative to PR #7182

Bonus: this also saves armbian-add-overlay from same behavior

  • Succesfully build orangepi5-plus current while multiple extensions were enabled

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • My changes generate no new warnings

by double quoting `${ENABLE_EXTENSIONS}` we make sure framework doesn't crash during initrd build
while interpreting a possible space-separated second extension from config file or command line

Might be an alternative to PR armbian#7182

Bonus: this also saves armbian-add-overlay from same behavior
@alexl83 alexl83 requested a review from a team as a code owner September 7, 2024 12:53
@github-actions github-actions bot added size/small PR with less then 50 lines Framework Framework components labels Sep 7, 2024
@alexl83 alexl83 changed the title lib/functions/bsp/armbian-bsp-cli-deb.sh: fix variable quoting lib/functions/bsp/armbian-bsp-cli-deb.sh: add variable quoting Sep 7, 2024
@igorpecovnik
Copy link
Member

We need to keep extensions at image level, not BSP.
#7182

@rpardini
Copy link
Member

rpardini commented Sep 7, 2024

Yeah.

@alexl83
Copy link
Contributor Author

alexl83 commented Sep 7, 2024

Cool, closing :)

@alexl83 alexl83 closed this Sep 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Framework Framework components size/small PR with less then 50 lines
Development

Successfully merging this pull request may close these issues.

3 participants