mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-04-24 04:46:05 +08:00
fix projects containing space characters
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user