fix projects containing space characters

This commit is contained in:
Laurent Sansonetti
2013-04-27 01:49:44 +02:00
committed by Watson
parent 740d17002e
commit a9df39ba8f

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