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

Commits on Sep 7, 2024

  1. lib/functions/bsp/armbian-bsp-cli-deb.sh: fix variable quoting

    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 committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    36e38aa View commit details
    Browse the repository at this point in the history