Revert r40972 #18ac0f9649, it conflits with External Tools solution from Cyrax

git-svn-id: trunk@40974 -
This commit is contained in:
juha 2013-05-01 12:29:47 +00:00
parent 5fcdbd6c7d
commit 9255f8d208

View File

@ -356,8 +356,6 @@ begin
try
try
CheckIfFileIsExecutable(Filename);
if pos(' ',Filename)>0 then
Filename:='"'+Filename+'"';
TheProcess := TOutputFilterProcess.Create(nil);
TheProcess.Executable := FileName;
SplitCmdLineParams(Params,TheProcess.Parameters);