hhvm / packaging

The sources for how we have built the HHVM packages.
MIT License
65 stars 65 forks source link

Don't expand `${workspaceFolder}` in the shell script #280

Closed Atry closed 2 years ago

Atry commented 2 years ago

279 did not work as expected because ${workspaceFolder} was considered as a shell environment variable, while it should be a VS Code predefined variable.

This PR instead uses a single quoted heredoc to prevent ${workspaceFolder} from being expanded by the shell.

Atry commented 2 years ago

https://github.com/search?l=Shell&q=ANALBUMCOVER&type=Code

We are unique!