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

Fix bad variable name error during build on WSL #2062

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Commits on Jul 19, 2023

  1. Fix bad variable name error during build on WSL

    WSL appends Windows environment variables to PATH, which causes `/bin/sh` to report a bad variable name error. This fix adds double quotes to avoid this problem. See also  https://askubuntu.com/questions/1354999/bad-variable-name-error-on-wsl
    timmyyuan committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    fb687a4 View commit details
    Browse the repository at this point in the history