fix projects containing space characters

This commit is contained in:
Laurent Sansonetti
2013-04-27 01:49:44 +02:00
parent d49183d7ce
commit 850c9ce0ba

View File

@@ -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