Browse Source

* fixed deprecated

git-svn-id: trunk@7719 -
marco 18 years ago
parent
commit
569d7e1138
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/globals.pas

+ 1 - 1
compiler/globals.pas

@@ -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}