mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-09 20:15:58 +02:00
Revert r40972 #18ac0f9649, it conflits with External Tools solution from Cyrax
git-svn-id: trunk@40974 -
This commit is contained in:
parent
5fcdbd6c7d
commit
9255f8d208
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user