mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 07:39:25 +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 }
|
||||
{$ifdef hasunix}
|
||||
begin
|
||||
result := Unix.Shell(command);
|
||||
result := Unix.fpsystem(command);
|
||||
end;
|
||||
{$else hasunix}
|
||||
{$ifdef amigashell}
|
||||
|
Loading…
Reference in New Issue
Block a user