mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 19:49:31 +02:00
Fix compilation with SUPPORT_REMOTE macro defined
git-svn-id: trunk@38157 -
This commit is contained in:
parent
b2d71f6f66
commit
1ff69ee0fa
@ -356,7 +356,7 @@ uses
|
||||
Windebug,
|
||||
{$endif Windows}
|
||||
{$ifdef Unix}
|
||||
termio,
|
||||
baseunix, unix, termio,
|
||||
{$endif Unix}
|
||||
Systems,Globals,
|
||||
FPRegs,FPTools,
|
||||
@ -873,7 +873,7 @@ begin
|
||||
s:=TransformRemoteString(RemoteSshExecCommand);
|
||||
PushStatus(S);
|
||||
{$ifdef Unix}
|
||||
error:=0;
|
||||
ErrorVal:=0;
|
||||
{ return without waiting for the function to end }
|
||||
s:= s+' &';
|
||||
If fpsystem(s)=-1 Then
|
||||
|
Loading…
Reference in New Issue
Block a user