emscripten-core / emscripten-core/emsdk
Unable to activate environment if path has spaces
Open
- Dominant language
- Python
- Stars
- 3.7k
- Forks
- 821
- Avg merge
- 1h 25m
- Merged PRs (30d)
- 3
Description
If the path to `emsdk.py` has spaces in it, then shell scripts will fail in various ways since variable references are not always double-quoted which can result in word splitting. See details of this issue at [ShellCheck: SC2086 – Double quote to prevent globbing and word splitting](https://www.shellcheck.net/wiki/SC2086).
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.