textmate / swift.tmbundle

TextMate support for Swift
72 stars 30 forks source link

Fix „Run” command #3

Closed sanssecours closed 10 years ago

sanssecours commented 10 years ago

Hi,

this should fix a bug in the „Run” command. TextMate::Executor.run expects all „words” in the shell command xcrun --sdk macosx swift -i to be a single element of an array. This commit reintroduces this behaviour, that seemed to got lost in the work done in commit b2a52fa1ff54ed9f91c86bad2affa47a80c9fa00.

Regards, René

infininight commented 10 years ago

Pulled as def2db086342b0bc52d4d1e7cce391885163ac6f, thanks!