|
@@ -356,7 +356,7 @@ uses
|
|
Windebug,
|
|
Windebug,
|
|
{$endif Windows}
|
|
{$endif Windows}
|
|
{$ifdef Unix}
|
|
{$ifdef Unix}
|
|
- termio,
|
|
|
|
|
|
+ baseunix, unix, termio,
|
|
{$endif Unix}
|
|
{$endif Unix}
|
|
Systems,Globals,
|
|
Systems,Globals,
|
|
FPRegs,FPTools,
|
|
FPRegs,FPTools,
|
|
@@ -873,7 +873,7 @@ begin
|
|
s:=TransformRemoteString(RemoteSshExecCommand);
|
|
s:=TransformRemoteString(RemoteSshExecCommand);
|
|
PushStatus(S);
|
|
PushStatus(S);
|
|
{$ifdef Unix}
|
|
{$ifdef Unix}
|
|
- error:=0;
|
|
|
|
|
|
+ ErrorVal:=0;
|
|
{ return without waiting for the function to end }
|
|
{ return without waiting for the function to end }
|
|
s:= s+' &';
|
|
s:= s+' &';
|
|
If fpsystem(s)=-1 Then
|
|
If fpsystem(s)=-1 Then
|