stevedonovan / Lake

A Lua-based Build Tool
MIT License
132 stars 16 forks source link

Source file with space breaks `lake <source>` usage #23

Closed cehoffman closed 11 years ago

cehoffman commented 11 years ago

I tried compiling a source file using the shorthand of calling lake with the file and it broke on the space.

$ lake "Terminal Hotkey.c"
lake: cannot find dependency 'Terminal.c'
stevedonovan commented 11 years ago

Ouch! Lake is being far too eager to break space-delimited strings into lists... I'll special-case this, and see what other problems we have with files-with-spaces.

stevedonovan commented 11 years ago

It's a minefield. So I'm closing this one as a WONTFIX.