mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-16 17:39:20 +02:00
* fixed deprecated
git-svn-id: trunk@7719 -
This commit is contained in:
parent
58e3f8ad0d
commit
569d7e1138
@ -671,7 +671,7 @@ implementation
|
|||||||
expansion under linux }
|
expansion under linux }
|
||||||
{$ifdef hasunix}
|
{$ifdef hasunix}
|
||||||
begin
|
begin
|
||||||
result := Unix.Shell(command);
|
result := Unix.fpsystem(command);
|
||||||
end;
|
end;
|
||||||
{$else hasunix}
|
{$else hasunix}
|
||||||
{$ifdef amigashell}
|
{$ifdef amigashell}
|
||||||
|
Loading…
Reference in New Issue
Block a user