mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-06-14 18:19:12 +08:00
fix projects containing space characters
This commit is contained in:
committed by
Watson
parent
740d17002e
commit
a9df39ba8f
@@ -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