ソースを参照

* fixed deprecated

git-svn-id: trunk@7719 -
marco 18 年 前
コミット
569d7e1138
1 ファイル変更1 行追加1 行削除
  1. 1 1
      compiler/globals.pas

+ 1 - 1
compiler/globals.pas

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