tessel / t1-runtime

[UNMAINTAINED] Tessel 1 JavaScript runtime.
Other
117 stars 33 forks source link

Escape arguments in luajit-build.sh #724

Closed mattsoftware closed 9 years ago

mattsoftware commented 9 years ago

If you try to build the firmware (which includes this project as a submodule), and the directory you are building from has a space somewhere in the path (e.g /home/user/Google Drive/Development/Tessel/firmware) then the build fails. This patch escapes the parameter with quotation marks help make the luajit-build.sh more robust.

tm-rampart commented 9 years ago

Approved by @kevinmehall. Running tests.

tm-rampart commented 9 years ago

Merge or tests failed.

tm-rampart commented 9 years ago

Approved by @kevinmehall. Running tests.