* fixed deprecated

git-svn-id: trunk@7719 -
This commit is contained in:
marco 2007-06-17 20:40:47 +00:00
parent 58e3f8ad0d
commit 569d7e1138

View File

@ -671,7 +671,7 @@ implementation
expansion under linux }
{$ifdef hasunix}
begin
result := Unix.Shell(command);
result := Unix.fpsystem(command);
end;
{$else hasunix}
{$ifdef amigashell}