* Without this fix, IBTool sometimes closes Lazaruss stdOut, which leads to disk full error messages

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2643 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
loesje_
2013-01-29 20:28:25 +00:00
parent c09cd5cd10
commit 2236146a6a

View File

@ -214,7 +214,7 @@ begin
proc:=TProcess.Create(nil);
try
proc.CommandLine:=CmdLineUtf8;
//proc.WaitOnExit:=WaitExit;
proc.Options := [poUsePipes,poNoConsole,poStderrToOutPut];
proc.Execute;
finally
proc.Free;