Merged revision(s) 60577 #99c565049a from trunk:

startlazarus: fixed regression starting lazarus, issue #35184, Cyrax
........

git-svn-id: branches/fixes_2_0@60653 -
This commit is contained in:
maxim 2019-03-11 21:59:21 +00:00
parent 257da8738a
commit c708a1d3ad

View File

@ -429,8 +429,8 @@ begin
FProcess.Options := [];
FProcess.ShowWindow := swoShow;
Params:=TStringListUTF8.Create;
Params.Add(LazarusPath);
SplitCmdLineParams(CommandLine,Params);
FProcess.Executable:=LazarusPath;
FProcess.Parameters:=Params;
Params.Free;
if (EnvOverrides<>nil) and (EnvOverrides.Count>0) then