diff --git a/lib/motion/project/template/osx.rb b/lib/motion/project/template/osx.rb index f91a4230..11e49458 100644 --- a/lib/motion/project/template/osx.rb +++ b/lib/motion/project/template/osx.rb @@ -45,6 +45,6 @@ task :run => 'build' do sh "/usr/bin/gdb --args \"#{exec}\"" else App.info 'Run', exec - sh exec + sh "\"#{exec}\"" end end